build.gradle updates for WildStackerAPI

This commit is contained in:
Esophose 2019-08-13 01:12:47 -06:00
parent 753f1a9c5e
commit 3265fcc15c
2 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,7 @@ dependencies {
compileOnly (group: 'com.songoda', name: 'ultimatestacker', version: '1.3.1')
// WildStacker
compileOnly (group: 'com.bgsoftware', name: 'wildstacker-api', version: 'b15')
compileOnly (group: 'com.github.OmerBenGera', name: 'WildStackerAPI', version: 'b15')
// WorldEdit
compileOnly (group: 'com.sk89q', name: 'worldedit', version: '7.0.0')

View File

@ -14,6 +14,10 @@ subprojects {
maven {
url = 'http://repo.songoda.com/artifactory/private'
}
maven {
url = 'https://jitpack.io'
}
}
}