diff options
author | Keuin <[email protected]> | 2022-01-10 23:07:54 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-01-10 23:07:54 +0800 |
commit | fcf5a981835b69f5ca8dc8e6a3a414dd9e46b615 (patch) | |
tree | 7d200ff16ca2b3d2d7f412f03d6408fbbaa34271 | |
parent | 8d52fd34955aeeef7ec968d222b3aca8ca8b1ea2 (diff) |
Upgrade gradle and fabric-loom.
-rw-r--r-- | build.gradle | 3 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
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 |