Skip to content

Commit 74292fb

Browse files
committed
build: set ver 0.1.9; resolve shadowJar dependency issue
1 parent 1cedfbf commit 74292fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
# Main
21-
version=0.1.8
21+
version=0.1.9
2222
description=User playtime monitoring for MC
2323

2424
# Misc

playtimestats-plugin-bukkit/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ tasks {
6161
}
6262

6363
shadowJar {
64+
dependsOn(":playtimestats-plugin-core:shadowJar")
6465
dependencies {
6566
relocate("dev.jorel.commandapi", "${project.group}.plugin.bukkit.lib.commandapi")
6667
relocate("org.bstats", "${project.group}.plugin.bukkit.lib.bstats")

0 commit comments

Comments
 (0)