mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
build.gradle updates for WildStackerAPI
This commit is contained in:
parent
753f1a9c5e
commit
3265fcc15c
@ -28,7 +28,7 @@ dependencies {
|
|||||||
compileOnly (group: 'com.songoda', name: 'ultimatestacker', version: '1.3.1')
|
compileOnly (group: 'com.songoda', name: 'ultimatestacker', version: '1.3.1')
|
||||||
|
|
||||||
// WildStacker
|
// WildStacker
|
||||||
compileOnly (group: 'com.bgsoftware', name: 'wildstacker-api', version: 'b15')
|
compileOnly (group: 'com.github.OmerBenGera', name: 'WildStackerAPI', version: 'b15')
|
||||||
|
|
||||||
// WorldEdit
|
// WorldEdit
|
||||||
compileOnly (group: 'com.sk89q', name: 'worldedit', version: '7.0.0')
|
compileOnly (group: 'com.sk89q', name: 'worldedit', version: '7.0.0')
|
||||||
|
@ -14,6 +14,10 @@ subprojects {
|
|||||||
maven {
|
maven {
|
||||||
url = 'http://repo.songoda.com/artifactory/private'
|
url = 'http://repo.songoda.com/artifactory/private'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maven {
|
||||||
|
url = 'https://jitpack.io'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user