mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-04 16:34:05 +01:00
Update bStats (Didn't realise I forgot to do this)
This commit is contained in:
parent
2757a001c0
commit
aea129889c
@ -2,7 +2,10 @@
|
||||
apply plugin: 'idea'
|
||||
|
||||
repositories {
|
||||
maven { url "https://jitpack.io" }
|
||||
maven {
|
||||
name = 'bstats repo'
|
||||
url = 'https://repo.codemc.org/repository/maven-public'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -13,7 +16,7 @@ compile project(':worldguard-core')
|
||||
exclude group: 'com.sk89q', module: 'worldedit'
|
||||
exclude group: 'com.zachsthings.libcomponents'
|
||||
}
|
||||
compile 'org.bstats.bStats-Metrics:bstats-bukkit:1.3'
|
||||
compile 'org.bstats:bstats-bukkit:1.4'
|
||||
testCompile 'junit:junit:4.11'
|
||||
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
|
||||
}
|
||||
@ -33,7 +36,7 @@ compile project(':worldguard-core')
|
||||
dependencies {
|
||||
include(dependency(':worldguard-core'))
|
||||
relocate ("org.bstats", "com.sk89q.worldguard.bukkit.bstats") {
|
||||
include(dependency("org.bstats.bStats-Metrics:bstats-bukkit:1.3"))
|
||||
include(dependency("org.bstats:bstats-bukkit:1.4"))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user