ソースを参照

Basic 1.17 update

malte0811 4 年 前
コミット
19f22ec6b8

+ 2 - 6
build.gradle

@@ -1,8 +1,8 @@
 import java.util.stream.Collectors
 
 plugins {
-    id "architectury-plugin" version "3.1-SNAPSHOT"
-    id "dev.architectury.loom" version "0.7.2-SNAPSHOT" apply false
+    id "architectury-plugin" version "3.2-SNAPSHOT"
+    id "dev.architectury.loom" version "0.8.0-SNAPSHOT" apply false
 }
 
 architectury {
@@ -61,10 +61,6 @@ allprojects {
 
     tasks.withType(JavaCompile) {
         options.encoding = "UTF-8"
-
-        if (JavaVersion.current().isJava9Compatible()) {
-            options.release = 8
-        }
     }
 
     java {

+ 1 - 1
common/build.gradle

@@ -38,7 +38,7 @@ dependencies {
 
 architectury {
     injectInjectables = false
-    common()
+    common(false)
 }
 
 jar {

+ 1 - 1
fabric/build.gradle

@@ -1,5 +1,5 @@
 plugins {
-    id "com.github.johnrengelman.shadow" version "5.0.0"
+    id "com.github.johnrengelman.shadow" version "7.0.0"
 }
 
 configurations {

+ 4 - 5
gradle.properties

@@ -1,14 +1,13 @@
 org.gradle.jvmargs=-Xmx2048M
 org.gradle.daemon=false
 
-minecraft_version=1.16.5
-mcp_version=20210309-1.16.5
+minecraft_version=1.17
 
 archives_base_name=ferritecore
-mod_version=2.0.5
+mod_version=3.0.0
 maven_group=malte0811.ferritecore
 
-fabric_loader_version=0.11.1
-fabric_api_version=0.29.3+1.16
+fabric_loader_version=0.11.3
+fabric_api_version=0.34.10+1.17
 
 forge_version=36.0.1

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists

+ 1 - 1
settings.gradle

@@ -9,6 +9,6 @@ pluginManagement {
 
 include("common")
 include("fabric")
-include("forge")
+//include("forge")
 
 rootProject.name = "ferritecore"