Skip to content

Commit

Permalink
Bump ASM to support Java 24 (#184)
Browse files Browse the repository at this point in the history
* Bump ASM to support Java 24

Requires a Unimixins ASM bump as well. Tested in a modified nightly 559.

* Mark Java 23-24 as supported for Poly/Prism
  • Loading branch information
ah-OOG-ah authored Oct 27, 2024
1 parent 9c10c03 commit ea93d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft {
def addGtForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault("withGregtech", "false").toString())
def addReikaModsForTesting = Boolean.parseBoolean(project.getProperties().getOrDefault("withReikaMods", "false").toString())

def asmVersion = '9.7'
def asmVersion = '9.7.1'
def rfbVersion = '1.0.7'
// 100% binary compatible, 1 minor source compatibility issue (removed a throws IOException clause)
def gsonVersion = '2.10.1'
Expand Down
4 changes: 3 additions & 1 deletion prism-libraries/patches/net.minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
19,
20,
21,
22
22,
23,
24
],
"formatVersion": 1,
"libraries": [
Expand Down

0 comments on commit ea93d14

Please sign in to comment.