From a3889811943fbd9b165068d1e539ca33ad7481cc Mon Sep 17 00:00:00 2001 From: Frank van der Heijden Date: Sun, 7 Jun 2020 19:01:23 +0200 Subject: [PATCH] v1.2.0 --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cd0d27..4f9f18b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { String packagePath = 'net.frankheijden.serverutils' group = packagePath -version '1.1.0' +version '1.2.0' sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8 repositories { @@ -16,6 +16,7 @@ repositories { dependencies { implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' + implementation 'org.bstats:bstats-bukkit:1.7' compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT' } @@ -35,6 +36,7 @@ compileJava { shadowJar { relocate 'co.aikar.commands', packagePath + '.acf' relocate 'co.aikar.locales', packagePath + '.locales' + relocate 'org.bstats.bukkit', packagePath + '.dependencies.bstats' } build.dependsOn shadowJar \ No newline at end of file