2020-01-11 18:32:47 +08:00
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'
|
|
|
|
|
|
|
|
// As of Gradle 5.1, you can limit this to only those
|
|
|
|
// dependencies you expect from it
|
|
|
|
content {
|
|
|
|
includeGroup 'org.bukkit'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
shadow "org.bukkit:bukkit:1.14.4-R0.1-SNAPSHOT"
|
|
|
|
//compile group: 'org.bstats', name: 'bstats-sponge-lite', version: '1.5'
|
2020-01-14 00:13:20 +08:00
|
|
|
compile project(':BlueMapPlugin')
|
2020-01-11 18:32:47 +08:00
|
|
|
}
|