diff --git a/build.gradle b/build.gradle index bc03523..25c5b81 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.10.37' + id 'fabric-loom' version '0.10.63' id 'maven-publish' } @@ -36,7 +36,7 @@ processResources { // see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html tasks.withType(JavaCompile).configureEach() { it.options.encoding = "UTF-8" - it.options.release = 16 + it.options.release = 17 } // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task diff --git a/gradle.properties b/gradle.properties index 5cf5049..e10f271 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx8G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.17 -yarn_mappings=1.17+build.13 -loader_version=0.12.2 +minecraft_version=1.18 +yarn_mappings=1.18+build.1 +loader_version=0.12.9 # Mod Properties mod_version=1.1.0 maven_group=com.takaranoao archives_base_name=autoreconnector-fabric # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_version=0.39.2+1.17 +fabric_version=0.44.0+1.18 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ffed3a2..84d1f85 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/autoreconnector.mixins.json b/src/main/resources/autoreconnector.mixins.json index 2aee60e..a20a6f1 100644 --- a/src/main/resources/autoreconnector.mixins.json +++ b/src/main/resources/autoreconnector.mixins.json @@ -2,7 +2,7 @@ "required": true, "package": "com.takaranoao.mods.autoreconnector.mixins", "minVersion": "0.8", - "compatibilityLevel": "JAVA_16", + "compatibilityLevel": "JAVA_17", "mixins": [ ], "client": [ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 604eb6c..4ac07db 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,8 +25,8 @@ "depends": { "fabricloader": ">=0.11.3", "fabric": "*", - "minecraft": "1.17.x", - "java": ">=16" + "minecraft": ">=1.18", + "java": ">=17" }, "suggests": { "flamingo": "*"