Skip to content

Commit

Permalink
Jar publishing, fix problem of many jar files (shadow jar file & norm…
Browse files Browse the repository at this point in the history
…al jar file) (#12513)
  • Loading branch information
DanVanAtta committed Apr 15, 2024
1 parent e0ae979 commit fde3ac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions http-clients/lobby-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def getGitCommitCount = { ->
return stdout.toString().trim()
}

shadowJar {
archiveFileName = 'lobby-client.jar'
}

publishing {
repositories {
Expand Down

0 comments on commit fde3ac4

Please sign in to comment.