Can't compileOnly and shadow, gotta find another solution for the bStats repo issue.

This commit is contained in:
Matthew Miller 2018-10-10 23:24:16 +10:00
parent 5ad21521be
commit 0dc5781326

View File

@ -13,7 +13,7 @@ compile project(':worldguard-core')
exclude group: 'com.sk89q', module: 'worldedit'
exclude group: 'com.zachsthings.libcomponents'
}
compileOnly 'org.bstats.bStats-Metrics:bstats-bukkit:1.3'
compile 'org.bstats.bStats-Metrics:bstats-bukkit:1.3'
testCompile 'junit:junit:4.11'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
}