Update bStats (Didn't realise I forgot to do this)

This commit is contained in:
Matthew Miller 2018-12-02 21:49:19 +10:00
parent 2757a001c0
commit aea129889c

View File

@ -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"))
}
}