aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-05-23 19:00:22 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-05-23 19:00:22 +0100
commit0e51c10f4eb859ecfce59c2fc2d1babff1ad5255 (patch)
treef269f53981578929d7962361fb03ad7b63e62d3e
parentbbf186a72e956ff9b2b5570544687659220c0bc7 (diff)
Update ASkyBlock repo
-rw-r--r--build.gradle9
1 files changed, 1 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index c0d00d59..18bbb5f8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,14 +16,7 @@ processResources {
repositories {
// Spigot
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
- // ASkyBlock
- maven {
- url 'https://dl.bintray.com/tastybento/maven-repo'
- credentials {
- username = 'bintray'
- }
- }
- // BentoBox
+ // ASkyBlock, BentoBox
maven { url = 'https://repo.codemc.org/repository/maven-public/' }
// uSkyBlock
maven { url = 'https://raw.github.com/rlf/uSkyBlock/mvn-repo/' }