Skip to content

Commit

Permalink
Update bStats (Didn't realise I forgot to do this)
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Dec 2, 2018
1 parent 2757a00 commit aea1298
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions worldguard-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ apply plugin: 'eclipse'
apply plugin: 'idea'

repositories {
maven { url "https://jitpack.io" }
maven {
name = 'bstats repo'
url = 'https://repo.codemc.org/repository/maven-public'
}
}

dependencies {
Expand All @@ -13,7 +16,7 @@ dependencies {
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'
}
Expand All @@ -33,7 +36,7 @@ shadowJar {
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"))
}
}

Expand Down

0 comments on commit aea1298

Please sign in to comment.