diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-09 00:03:57 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-09 00:03:57 -0500 |
commit | 96e81b922393a3830b64e0ddca92e7c822787303 (patch) | |
tree | a804222063d75c58a3faa6ddaa363b25c111fd3d | |
parent | 92b3214ff78a40ff92c3d44baa435ddfda29779b (diff) | |
download | Skyblocker-96e81b922393a3830b64e0ddca92e7c822787303.tar.gz Skyblocker-96e81b922393a3830b64e0ddca92e7c822787303.tar.bz2 Skyblocker-96e81b922393a3830b64e0ddca92e7c822787303.zip |
Remove unneeded repositories
-rw-r--r-- | build.gradle | 4 |
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 { |