summaryrefslogtreecommitdiff
path: root/build.gradle
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 /build.gradle
parentce4fb0e736a0b5a5732c9e4e9850bb31ad9b36a7 (diff)
Upgrade gradle and fabric-loom.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 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 {