diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 2af494ef..f2e2c2b3 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,8 @@ repositories { maven { url = 'https://repo.essentialsx.net/releases/' } // JitPack (IridiumSkyblock, ShopGUI+) maven { url = 'https://jitpack.io' } + // CoreProtect + maven { url = 'https://maven.playpro.com/' } mavenCentral() } @@ -79,6 +81,10 @@ dependencies { compileOnly "net.ess3:EssentialsX:2.18.2" // ShopGUI+ compileOnly 'com.github.brcdev-minecraft:shopgui-api:master-SNAPSHOT' + // CoreProtect + compileOnly ('net.coreprotect:coreprotect:2.18.2') { + exclude group: 'com.sk89q.worldedit', module: 'worldedit-bukkit' + } compileOnly fileTree(dir: 'libs', includes: ['*.jar']) } |
