diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-05-23 19:00:22 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-05-23 19:00:22 +0100 |
| commit | 0e51c10f4eb859ecfce59c2fc2d1babff1ad5255 (patch) | |
| tree | f269f53981578929d7962361fb03ad7b63e62d3e /build.gradle | |
| parent | bbf186a72e956ff9b2b5570544687659220c0bc7 (diff) | |
Update ASkyBlock repo
Diffstat (limited to 'build.gradle')
| -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/' } |
