Console Output
+ gradle --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. See https://docs.gradle.org/6.9.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':buildSrc:compileGroovy'.
> Could not resolve all files for configuration ':buildSrc:compileClasspath'.
> Could not find com.github.jengelman.gradle.plugins:shadow:5.1.0.
Searched in the following locations:
- file:/home/omero/.m2/repository/com/github/jengelman/gradle/plugins/shadow/5.1.0/shadow-5.1.0.pom
- https://repo.maven.apache.org/maven2/com/github/jengelman/gradle/plugins/shadow/5.1.0/shadow-5.1.0.pom
- https://artifacts.openmicroscopy.org/artifactory/maven/com/github/jengelman/gradle/plugins/shadow/5.1.0/shadow-5.1.0.pom
Required by:
project :buildSrc
* 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.
* Get more help at https://help.gradle.org
BUILD FAILED in 4s