#14: Update bStats metrics

This commit is contained in:
2023-09-25 20:40:22 +02:00
parent f582e05727
commit 9d26fa3ce4
6 changed files with 19 additions and 716 deletions
+8
View File
@@ -1,4 +1,5 @@
plugins {
id("com.github.johnrengelman.shadow").version("8.1.1")
id("java")
}
@@ -37,10 +38,17 @@ dependencies {
compileOnly("me.clip:placeholderapi:2.11.1")
compileOnly("com.discordsrv:discordsrv:1.25.1")
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("org.bstats:bstats-bungeecord:3.0.2")
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
}
tasks.shadowJar {
relocate("org.bstats", "me.oskar3123.staffchat.bstats")
}
tasks.test {
useJUnitPlatform()
}