aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorbiom4st3r <37042156+biom4st3r@users.noreply.github.com>2021-11-16 13:46:56 -0600
committerGitHub <noreply@github.com>2021-11-16 21:46:56 +0200
commit30c5163bddb8c2781d367956c2f7018f78281cd8 (patch)
tree2b73d5913f6c4bb8c20b48705ad4ae0efaad54e7 /build.gradle
parent9703a49ce7418a164323e4fd775ade1854b86887 (diff)
downloadLibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.tar.gz
LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.tar.bz2
LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.zip
* Updated to 1.18 (#142)
* Updated Jankson-Fabric
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 54e7628..700f589 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'fabric-loom' version '0.9-SNAPSHOT'
- id 'io.github.juuxel.loom-quiltflower' version '1.3.0'
+ id 'fabric-loom' version '0.10-SNAPSHOT'
+ id 'io.github.juuxel.loom-quiltflower-mini' version '1.0.0'
id 'maven-publish'
id 'checkstyle'
}
@@ -30,7 +30,7 @@ repositories {
}*/
maven {
name = "TerraformersMC archive"
- url = "https://raw.githubusercontent.com/TerraformersMC/Archive/main/releases/"
+ url = "https://maven.terraformersmc.com/releases/"
content {
includeGroup "com.terraformersmc"
}