Skip to content

Commit

Permalink
build: set ver 0.1.9; resolve shadowJar dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Jan 25, 2025
1 parent 1cedfbf commit 74292fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Main
version=0.1.8
version=0.1.9
description=User playtime monitoring for MC

# Misc
Expand Down
1 change: 1 addition & 0 deletions playtimestats-plugin-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ tasks {
}

shadowJar {
dependsOn(":playtimestats-plugin-core:shadowJar")
dependencies {
relocate("dev.jorel.commandapi", "${project.group}.plugin.bukkit.lib.commandapi")
relocate("org.bstats", "${project.group}.plugin.bukkit.lib.bstats")
Expand Down

0 comments on commit 74292fb

Please sign in to comment.