Skip to content

Console Output

+ ./gradlew --init-script init-ci.gradle publishToMavenLocal build --refresh-dependencies
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build 
> Task :publishToMavenLocal UP-TO-DATE

> Task :compileJava
/home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/ColourSwatchUI.java:251: warning: non-varargs call of varargs method with inexact argument type for last parameter;
        items = ArrayUtils.addAll(items, lutItems);
                                         ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning

> Task :processResources
> Task :classes
> Task :jar
> Task :startScripts
> Task :distTar
> Task :distZip
> Task :assemble

> Task :compileTestJava
Note: /home/omero/workspace/OMERO-insight-build/src/test/java/util/mocks/MockSupport.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
> Task :check
> Task :build

[Incubating] Problems report is available at: file:///home/omero/workspace/OMERO-insight-build/build/reports/problems/problems-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 1m 20s
8 actionable tasks: 8 executed