Skip to content

Commit

Permalink
Fix the uberJar classifier so the publish task works properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hadleynet committed Jun 16, 2023
1 parent 9692289 commit 188ce63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ shadowJar {
versionText = versionFile.text.trim()
}
transform(com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer)
archiveBaseName.set('synthea-with-dependencies')
archiveClassifier.set('')
archiveClassifier.set('with-dependencies')
archiveVersion.set('')
manifest {
attributes(
Expand Down

0 comments on commit 188ce63

Please sign in to comment.