From 0dc57813260d06ee79667dd76d9ea008a12f141e Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 10 Oct 2018 23:24:16 +1000 Subject: [PATCH] Can't compileOnly and shadow, gotta find another solution for the bStats repo issue. --- worldguard-legacy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldguard-legacy/build.gradle b/worldguard-legacy/build.gradle index 3fa65c2b..c2756447 100644 --- a/worldguard-legacy/build.gradle +++ b/worldguard-legacy/build.gradle @@ -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' }