summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-01-10 23:07:54 +0800
committerKeuin <[email protected]>2022-10-02 22:41:02 +0800
commit6fcd2cfcce96b23a8b1872bdbcf94f09d31815c9 (patch)
tree18cdeb9ebed009e037b58a53bdcff131cdcfd518
parentce4fb0e736a0b5a5732c9e4e9850bb31ad9b36a7 (diff)
Upgrade gradle and fabric-loom.
-rw-r--r--build.gradle3
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 6f50530..2f60bde 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'fabric-loom' version '0.5-SNAPSHOT'
+ id 'fabric-loom' version '0.10-SNAPSHOT'
id 'maven-publish'
}
@@ -14,6 +14,7 @@ repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
+ mavenCentral()
}
dependencies {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 4d9ca16..ffed3a2 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-6.7.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists