Skip to content

Commit

Permalink
fix: compile against the right java version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jan 29, 2025
1 parent 3f7cba1 commit 152ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ base {
archivesName = 'inventorysorter'
}

java.toolchain.languageVersion = JavaLanguageVersion.of(21)
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

//minecraft.accessTransformers.file rootProject.file('src/main/resources/META-INF/accesstransformer.cfg')
//minecraft.accessTransformers.entry public net.minecraft.client.Minecraft textureManager # textureManager
Expand Down

0 comments on commit 152ad8b

Please sign in to comment.