We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cedfbf commit 74292fbCopy full SHA for 74292fb
gradle.properties
@@ -18,7 +18,7 @@
18
#
19
20
# Main
21
-version=0.1.8
+version=0.1.9
22
description=User playtime monitoring for MC
23
24
# Misc
playtimestats-plugin-bukkit/build.gradle.kts
@@ -61,6 +61,7 @@ tasks {
61
}
62
63
shadowJar {
64
+ dependsOn(":playtimestats-plugin-core:shadowJar")
65
dependencies {
66
relocate("dev.jorel.commandapi", "${project.group}.plugin.bukkit.lib.commandapi")
67
relocate("org.bstats", "${project.group}.plugin.bukkit.lib.bstats")
0 commit comments