Skip to content

Commit

Permalink
make java17/21 tasks default false
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jun 13, 2024
1 parent 5280d0c commit 7b0342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b0342c

Please sign in to comment.