aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-11-09 00:03:57 -0500
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-11-09 00:03:57 -0500
commit96e81b922393a3830b64e0ddca92e7c822787303 (patch)
treea804222063d75c58a3faa6ddaa363b25c111fd3d /build.gradle
parent92b3214ff78a40ff92c3d44baa435ddfda29779b (diff)
downloadSkyblocker-96e81b922393a3830b64e0ddca92e7c822787303.tar.gz
Skyblocker-96e81b922393a3830b64e0ddca92e7c822787303.tar.bz2
Skyblocker-96e81b922393a3830b64e0ddca92e7c822787303.zip
Remove unneeded repositories
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 72432203..c28bd1b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,9 +29,7 @@ repositories {
}
maven { url "https://repo.codemc.io/repository/maven-public/" } // For Occlusion Culling library
maven { url "https://repo.nea.moe/releases" } // For neu repoparser
- maven { url "https://oss.sonatype.org/content/repositories/snapshots" } //For YACL
- maven { url "https://maven.quiltmc.org/repository/release" } //For YACL
- maven {url "https://jitpack.io"}
+ maven { url "https://jitpack.io" }
}
dependencies {