Skip to content

Commit

Permalink
use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Oct 18, 2024
1 parent 0c72a2c commit e77c76c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/mixin/frozenlib.cape.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "net.frozenblock.lib.cape.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mixin/frozenlib.debug.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "net.frozenblock.lib.debug.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "net.frozenblock.lib.image_transfer.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
},
Expand Down

0 comments on commit e77c76c

Please sign in to comment.