Skip to content

Commit

Permalink
Fix java version in curseforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Oct 23, 2024
1 parent c976c2c commit 12f95ce
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 @@ -155,7 +155,7 @@ curseforge {
addGameVersion(minecraftVersion)
}

addGameVersion("Java 17")
addGameVersion("Java 21")
if (project.includeFabric.toBoolean()) {
addGameVersion("Fabric")
}
Expand Down

0 comments on commit 12f95ce

Please sign in to comment.