Skip to content

Commit

Permalink
change plugin build jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-krgn committed Dec 28, 2023
1 parent 8ab6f19 commit 66b32e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hCore-bukkit/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ tasks.compileJava.dependsOn(
':hCore-bukkit:api:jar',
':hCore-bukkit:api:shadowJar',
)

tasks.shadowJar {
archiveFileName.set("hCore-bukkit-" + project.version + ".jar")
}
4 changes: 4 additions & 0 deletions hCore-bungee/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ tasks.compileJava.dependsOn(
':hCore-bungee:api:jar',
':hCore-bungee:api:shadowJar',
)

tasks.shadowJar {
archiveFileName.set("hCore-bungee-" + project.version + ".jar")
}

0 comments on commit 66b32e9

Please sign in to comment.