Started by GitHub push by Geolykt Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/micromixin The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/Starloader-project/Micromixin.git # timeout=10 Fetching upstream changes from https://github.com/Starloader-project/Micromixin.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/Starloader-project/Micromixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision d3fbdd7007896e4775c8d245107ab7eef9f5ecd0 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f d3fbdd7007896e4775c8d245107ab7eef9f5ecd0 # timeout=10 Commit message: "Add ModifyConstant annotation to annotations artifact" > git rev-list --no-walk 518625351877a476319df67fcd18da73cd893f8f # timeout=10 false [Gradle] - Launching build. [micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -DpublishRepo=http://localhost:25615 clean publish Starting a Gradle Daemon, 2 busy Daemons could not be reused, use --status for details > Task :micromixin-annotations:clean > Task :micromixin-runtime:clean > Task :micromixin-transformer:clean > Task :micromixin-runtime:compileJava > Task :micromixin-annotations:compileJava > Task :micromixin-annotations:processResources NO-SOURCE > Task :micromixin-annotations:classes > Task :micromixin-annotations:compileJava9Java NO-SOURCE > Task :micromixin-annotations:compileJava9moduleJava > Task :micromixin-annotations:processJava9Resources NO-SOURCE > Task :micromixin-annotations:java9Classes UP-TO-DATE > Task :micromixin-annotations:processJava9moduleResources NO-SOURCE > Task :micromixin-annotations:java9moduleClasses > Task :micromixin-annotations:jar > Task :micromixin-annotations:generateMetadataFileForMavenPublication > Task :micromixin-annotations:generatePomFileForMavenPublication > Task :micromixin-annotations:javadoc /var/lib/jenkins/workspace/micromixin/micromixin-annotations/src/main/java/org/spongepowered/asm/mixin/injection/ModifyConstant.java:57: error: semicolon missing * @ModifyConstant(target = @Desc("main"), constant = @Constant(stringValue = "Test!")) ^ 1 error > Task :micromixin-annotations:javadoc FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':micromixin-annotations:javadoc'. > Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/var/lib/jenkins/workspace/micromixin/micromixin-annotations/build/tmp/javadoc/javadoc.options' * 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. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. 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/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 18s 10 actionable tasks: 10 executed Build step 'Run with timeout' changed build result to FAILURE Build step 'Run with timeout' marked build as failure Sending notification to Discord. Finished: FAILURE