SuccessConsole Output

+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew :Forge:build --no-daemon
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 

> Configure project :CommonApi
Targeting Minecraft '1.19.2' on a 'JOINED' platform

> Configure project :Common
SpongePowered Vanilla 'GRADLE' Toolset Version '0.2.1-SNAPSHOT'
Targeting Minecraft '1.19.2' on a 'JOINED' platform

> Configure project :Library
Targeting Minecraft '1.19.2' on a 'JOINED' platform

> Configure project :Gui
Targeting Minecraft '1.19.2' on a 'JOINED' platform

> Configure project :FabricApi
Fabric Loom: 0.12.56

> Configure project :Fabric
Fabric Loom: 0.12.56

> Task :CommonApi:compileJava UP-TO-DATE
> Task :CommonApi:processResources NO-SOURCE
> Task :CommonApi:classes UP-TO-DATE
> Task :CommonApi:jar
> Task :Core:compileJava UP-TO-DATE
> Task :Core:processResources NO-SOURCE
> Task :Core:classes UP-TO-DATE
> Task :Core:jar
> Task :Common:compileJava
> Task :Common:processResources UP-TO-DATE
> Task :Common:classes
> Task :Common:jar
> Task :ForgeApi:compileJava UP-TO-DATE
> Task :ForgeApi:processResources NO-SOURCE
> Task :ForgeApi:classes UP-TO-DATE
> Task :ForgeApi:jar
> Task :ForgeApi:downloadMcpConfig
> Task :ForgeApi:extractSrg UP-TO-DATE
> Task :ForgeApi:createMcpToSrg UP-TO-DATE
> Task :ForgeApi:reobfJar
> Task :Gui:compileJava
> Task :Gui:processResources NO-SOURCE
> Task :Gui:classes
> Task :Gui:jar

> Task :Library:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :Library:processResources NO-SOURCE
> Task :Library:classes
> Task :Library:jar
> Task :Forge:compileJava
> Task :Forge:processResources UP-TO-DATE
> Task :Forge:classes
> Task :Forge:jar
> Task :Forge:downloadMcpConfig
> Task :Forge:extractSrg UP-TO-DATE
> Task :Forge:createMcpToSrg UP-TO-DATE
> Task :Forge:reobfJar
> Task :Forge:sourcesJar
> Task :Forge:assemble
> Task :Forge:compileTestJava
> Task :Forge:processTestResources NO-SOURCE
> Task :Forge:testClasses
> Task :Forge:test
> Task :Forge:check
> Task :Forge:build

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

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

See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 23s
27 actionable tasks: 18 executed, 9 up-to-date