Skip to content

Commit

Permalink
update, it's java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Apr 17, 2024
1 parent 38e8302 commit 742c60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ unifiedPublishing {
curseforge {
token = CURSE_API_KEY
id = rootProject.curseforge_id
gameVersions.addAll "Java 17", "1.20.5-Snapshot"//, project.minecraft_version
gameVersions.addAll "Java 21", "1.20.5-Snapshot"//, project.minecraft_version
}
}

Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ unifiedPublishing {
curseforge {
token = CURSE_API_KEY
id = rootProject.curseforge_id
gameVersions.addAll "Java 17"
gameVersions.addAll "Java 21"
}
}

Expand Down

0 comments on commit 742c60b

Please sign in to comment.