From 7b0342cd559afa947b5c1e2b43fb1ab32f56a064 Mon Sep 17 00:00:00 2001 From: serenibyss <10861407+serenibyss@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:54:02 -0500 Subject: [PATCH] make java17/21 tasks default false --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c009eb2..7c671fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,7 +36,7 @@ enableModernJavaSyntax = true # This is primarily used to test if your mod is compatible with platforms running # Minecraft 1.12.2 on modern versions of Java and LWJGL, and assist in fixing any problems with it. # Using this requires that you use a Java 17/Java 21 JDK for development. -enableJava17RunTasks = true +enableJava17RunTasks = false # Generate a class with String fields for the mod id, name and version named with the fields below generateGradleTokenClass = com.myname.mymodid.Tags