diff options
| -rw-r--r-- | build.gradle | 9 |
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/' } |
