+ ./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
> Task :compileJava FAILED
[Incubating] Problems report is available at: file:///home/omero/workspace/OMERO-insight-build/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve insight:JHotDraw:7.0.9.
Required by:
root project 'omero-insight'
> Could not resolve insight:JHotDraw:7.0.9.
> Could not get resource 'https://maven.scijava.org/repository/thirdparty/insight/JHotDraw/7.0.9/JHotDraw-7.0.9.pom'.
> Could not HEAD 'https://maven.scijava.org/repository/thirdparty/insight/JHotDraw/7.0.9/JHotDraw-7.0.9.pom'.
> Connect to maven.scijava.org:443 [maven.scijava.org/144.92.48.196] failed: Read timed out
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
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 FAILED in 1m 47s
1 actionable task: 1 executed