Change to Java 8

This commit is contained in:
axolotlmaid 2024-05-19 23:07:26 +01:00
parent 364e5749e0
commit 26af3d15d8
4 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ allprojects {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.release = 17
options.release = 8
}
java {

View file

@ -1,7 +1,7 @@
{
"required": true,
"package": "com.axolotlmaid.optionsprofiles.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8",
"client": [
"MixinOptionsScreen"

View file

@ -1,7 +1,7 @@
{
"required": true,
"package": "com.axolotlmaid.optionsprofiles.mixin.fabric",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8",
"client": [
],

View file

@ -1,7 +1,7 @@
{
"required": true,
"package": "com.axolotlmaid.optionsprofiles.mixin.forge",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8",
"client": [
],