In order to restart all the jobs using new CI infrastructure. A few adjustments have been made.
guava, dependency introduced in https://github.com/ome/ome-common-java/blob/master/pom.xml#L148 offers android or jre option.
The option is considered when building Bio-Formats itself but fails to be resolved when building the OMERO Java components. This is due to the Gradle version
The problem only occurs with Bio-Formats 8.6.0-SNAPSHOT so the version in the build is currently pinned to 8.5.0. See https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/
For the guava option to be considered by Gradle, test using Gradle 7 sorted out the issue but failed later on due to Gradle 7 not being supported by other tasks
cc @sbesson
In order to restart all the jobs using new CI infrastructure. A few adjustments have been made.
guava, dependency introduced in https://github.com/ome/ome-common-java/blob/master/pom.xml#L148 offers android or jre option.
The option is considered when building Bio-Formats itself but fails to be resolved when building the OMERO Java components. This is due to the Gradle version
The problem only occurs with Bio-Formats 8.6.0-SNAPSHOT so the version in the build is currently pinned to 8.5.0. See https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-push/
For the guava option to be considered by Gradle, test using Gradle 7 sorted out the issue but failed later on due to Gradle 7 not being supported by other tasks
cc @sbesson