Skip to content

Commit

Permalink
Another jar publish fix (#12516)
Browse files Browse the repository at this point in the history
Version is not set with 'archiveVersion'
  • Loading branch information
DanVanAtta committed Apr 15, 2024
1 parent 7cba79e commit eed931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-clients/lobby-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def getGitCommitCount = { ->
}

shadowJar {
archiveVersion = "0." + getGitCommitCount()
version = "0." + getGitCommitCount()
archiveClassifier = ""
}

Expand Down

0 comments on commit eed931d

Please sign in to comment.