SuccessConsole Output

+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew test --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.18.2' on a 'JOINED' platform

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

> Configure project :FabricApi
Fabric Loom: 0.11.34

> Configure project :Fabric
Fabric Loom: 0.11.34

> Task :CommonApi:compileJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/CommonApi/src/main/java/mezz/jei/api/gui/ingredient/IGuiIngredientGroup.java:49: warning: [removal] IIngredients in mezz.jei.api.ingredients has been deprecated and marked for removal
	void set(IIngredients ingredients);
	         ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/CommonApi/src/main/java/mezz/jei/api/gui/ingredient/IGuiIngredientGroup.java:86: warning: [removal] ITooltipCallback in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	void addTooltipCallback(ITooltipCallback<T> tooltipCallback);
	                        ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/CommonApi/src/main/java/mezz/jei/api/gui/ingredient/IGuiIngredientGroup.java:99: warning: [removal] IGuiIngredient in mezz.jei.api.gui.ingredient has been deprecated and marked for removal
	Map<Integer, ? extends IGuiIngredient<T>> getGuiIngredients();
	                       ^
3 warnings

> Task :CommonApi:processResources NO-SOURCE
> Task :CommonApi:classes
> Task :CommonApi:jar
> Task :Core:compileJava
> Task :Core:processResources NO-SOURCE
> Task :Core:classes
> Task :Core:jar

> Task :Common:compileJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Common/src/main/java/mezz/jei/common/load/PluginLoader.java:86: warning: [removal] registerFluidSubtypes(ISubtypeRegistration) in IModPlugin has been deprecated and marked for removal
			p.registerFluidSubtypes(subtypeRegistration);
			 ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Common/src/main/java/mezz/jei/common/plugins/debug/JeiDebugPlugin.java:140: warning: [removal] addRecipes(Collection<?>,ResourceLocation) in IRecipeRegistration has been deprecated and marked for removal
			registration.addRecipes(List.of(
			            ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings

> Task :Common:processResources
> Task :Common:classes
> Task :Common:compileTestJava
> Task :Common:processTestResources NO-SOURCE
> Task :Common:testClasses
> Task :Common:test
> Task :CommonApi:compileTestJava NO-SOURCE
> Task :CommonApi:processTestResources NO-SOURCE
> Task :CommonApi:testClasses UP-TO-DATE
> Task :CommonApi:test NO-SOURCE
> Task :Core:compileTestJava
> Task :Core:processTestResources NO-SOURCE
> Task :Core:testClasses
> Task :Core:test
> Task :Common:jar
> Task :FabricApi:compileJava
> Task :FabricApi:processResources NO-SOURCE
> Task :FabricApi:classes
> Task :FabricApi:jar

> Task :Fabric:compileJava
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:13: warning: Cannot find target method "method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" for @Inject.method="method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:22: warning: Cannot find target method "method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" for @Inject.method="method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:31: warning: Cannot find target method "method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" for @Inject.method="method_1458(Lnet/minecraft/client/gui/components/events/GuiEventListener;II)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
/var/lib/jenkins/workspace/JEI-Jenkinsfile/Fabric/src/main/java/mezz/jei/fabric/mixin/KeyboardHandlerMixin.java:44: warning: Cannot find target method "method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" for @Inject.method="method_1473(Lnet/minecraft/client/gui/components/events/GuiEventListener;CI)V" in net.minecraft.client.KeyboardHandler
    @Inject(
    ^
4 warnings

> Task :Fabric:processResources
> Task :Fabric:classes
> Task :Fabric:compileTestJava NO-SOURCE
> Task :Fabric:processTestResources NO-SOURCE
> Task :Fabric:testClasses UP-TO-DATE
> Task :Fabric:test NO-SOURCE
> Task :FabricApi:compileTestJava NO-SOURCE
> Task :FabricApi:processTestResources NO-SOURCE
> Task :FabricApi:testClasses UP-TO-DATE
> Task :FabricApi:test NO-SOURCE
> Task :ForgeApi:compileJava
> Task :ForgeApi:processResources NO-SOURCE
> Task :ForgeApi:classes
> Task :ForgeApi:jar
> Task :Forge:compileJava
> Task :Forge:processResources
> Task :Forge:classes
> Task :Forge:compileTestJava NO-SOURCE
> Task :Forge:processTestResources NO-SOURCE
> Task :Forge:testClasses UP-TO-DATE
> Task :ForgeApi:downloadMcpConfig
> Task :ForgeApi:extractSrg
> Task :ForgeApi:createMcpToSrg
> Task :ForgeApi:reobfJar
> Task :Forge:test NO-SOURCE
> Task :ForgeApi:compileTestJava NO-SOURCE
> Task :ForgeApi:processTestResources NO-SOURCE
> Task :ForgeApi:testClasses UP-TO-DATE
> Task :ForgeApi:test NO-SOURCE

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 29s
23 actionable tasks: 23 executed