summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-01-10 23:07:54 +0800
committerKeuin <[email protected]>2022-01-10 23:07:54 +0800
commitfcf5a981835b69f5ca8dc8e6a3a414dd9e46b615 (patch)
tree7d200ff16ca2b3d2d7f412f03d6408fbbaa34271 /build.gradle
parent8d52fd34955aeeef7ec968d222b3aca8ca8b1ea2 (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 {