Skip to content

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 :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :jar
> Task :generateMetadataFileForOmeroMatlabBinaryAndSourcesPublication
> Task :generatePomFileForOmeroMatlabBinaryAndSourcesPublication
> Task :sourcesJar
> Task :publishOmeroMatlabBinaryAndSourcesPublicationToMavenLocal
> Task :generateMetadataFileForOmeroMatlabBinaryPublication
> Task :generatePomFileForOmeroMatlabBinaryPublication

> Task :publishOmeroMatlabBinaryPublicationToMavenLocal
Multiple publications with coordinates 'org.openmicroscopy:omero-matlab:5.5.7-SNAPSHOT' are published to repository 'mavenLocal'. The publications will overwrite each other!

> Task :generateMetadataFileForOmeroMatlabPublication
> Task :generatePomFileForOmeroMatlabPublication
> Task :javadoc NO-SOURCE
> Task :javadocJar

> Task :publishOmeroMatlabPublicationToMavenLocal
Multiple publications with coordinates 'org.openmicroscopy:omero-matlab:5.5.7-SNAPSHOT' are published to repository 'mavenLocal'. The publications will overwrite each other!
Multiple publications with coordinates 'org.openmicroscopy:omero-matlab:5.5.7-SNAPSHOT' are published to repository 'mavenLocal'. The publications will overwrite each other!

> Task :publishToMavenLocal
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :copyFiles
> Task :packageDistribution
> Task :build

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 15s
14 actionable tasks: 14 executed