mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-21 16:38:39 +01:00
Ensure we use JDK 21, not 17. (#423)
This commit is contained in:
parent
49311d479f
commit
5eb9401852
@ -1,7 +1,7 @@
|
||||
# Deploys the latest stable JDK 17 available and sets it to default without having to manually specify it here,
|
||||
# Deploys the latest stable JDK 21 available and sets it to default without having to manually specify it here,
|
||||
# Which includes using temurin as the distribution.
|
||||
before_install:
|
||||
- curl -s "https://get.sdkman.io" | bash
|
||||
- source ~/.sdkman/bin/sdkman-init.sh
|
||||
- sdk install java 17.0.10-tem
|
||||
- sdk use java 17.0.10-tem
|
||||
- sdk install java 21.0.3-tem
|
||||
- sdk use java 21.0.3-tem
|
||||
|
@ -55,7 +55,7 @@
|
||||
"fabric-particles-v1": ">=1.1.6",
|
||||
"fabric-registry-sync-v0": ">=4.0.13",
|
||||
"minecraft": ">=1.20.5",
|
||||
"java": ">=17"
|
||||
"java": ">=21"
|
||||
},
|
||||
"breaks": {
|
||||
"viafabric": "*"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "de.florianmichael.viafabricplus.injection.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"plugin": "de.florianmichael.viafabricplus.injection.ViaFabricPlusMixinPlugin",
|
||||
"client": [
|
||||
"base.MixinMain",
|
||||
|
Loading…
Reference in New Issue
Block a user