aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMy-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>2021-05-03 21:37:29 -0400
committerMy-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>2021-05-03 21:37:29 -0400
commitd1c5e196a58fd70fc593722f1671d4d0816ce422 (patch)
tree428854c107bb89065a920388c27579a30c844e4d /build.gradle
parentf116b1c04f59c5347667158bf0da1d0e3f0740f9 (diff)
downloadSkyblock-Dungeons-Guide-d1c5e196a58fd70fc593722f1671d4d0816ce422.tar.gz
Skyblock-Dungeons-Guide-d1c5e196a58fd70fc593722f1671d4d0816ce422.tar.bz2
Skyblock-Dungeons-Guide-d1c5e196a58fd70fc593722f1671d4d0816ce422.zip
Remove jcenter since it's shutting down in 2022
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 146468ff..d96b8bb3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,6 @@ minecraft {
}
repositories {
- jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}