A Gradle super project. All sub-projects are added as submodule. This project is a Gradle composite build.
The compilation, publishing, and delivery of the applications are
automated by means of a Gradle (https://gradle.org/) build file.
In order to run tasks for all sub-projects, all you need is
a JDK -- version 1.8 or later.
Clone this GitHub repository git clone https://github.com/ome/omero-build.git
.
To list all available OMERO tasks, run:
gradle tasks
To publish locally all sub-projects, run:
gradle publishToMavenLocal
If you want to build from SNAPSHOT versions, you may need to update the version for multiple components. See COUPLING.md for more information.