Skip to content

Commit

Permalink
Fixed bStats being in the wrong spot.
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Oct 12, 2018
1 parent 95797cc commit 1854146
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -88,7 +88,7 @@ allprojects {
}
maven {
name = 'bstats repo'
url = 'http://repo.bstats.org/content/repositories/releases/'
url = 'https://jitpack.io'
}
}

Expand All @@ -101,7 +101,7 @@ allprojects {
compile 'net.milkbowl.vault:VaultAPI:1.6'
compile 'com.comphenix.protocol:ProtocolLib-API:4.4.0-SNAPSHOT'
compile 'fr.neatmonster:nocheatplus:3.15.1-RC'
compile 'org.bstats:bstats-bukkit:1.2'
compile 'org.bstats.bStats-Metrics:bstats-bukkit:1.3'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.powermock', name: 'powermock-api-mockito', version: '1.6.1'
testCompile group: 'org.powermock', name: 'powermock-module-junit4', version: '1.6.1'
Expand Down Expand Up @@ -144,8 +144,8 @@ allprojects {
classifier 'dist'
dependencies {
include(dependency('com.sk89q:squirrelid'))
relocate ("org.bstats", "com.sk89q.worldedit.bukkit.bstats") {
include(dependency("org.bstats:bstats-bukkit:1.2"))
relocate ("org.bstats", "com.sk89q.craftbook.bukkit.bstats") {
include(dependency("org.bstats.bStats-Metrics:bstats-bukkit:1.3"))
}
}
relocate 'com.sk89q.squirrelid', 'com.sk89q.craftbook.util.profile'
Expand Down

0 comments on commit 1854146

Please sign in to comment.