Skip to content

Commit

Permalink
Remove the published jar classifier for maven publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumptruckman committed Apr 5, 2023
1 parent 1c24b17 commit 14b54d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ shadowJar {
configurations = [project.configurations.api]

archiveFileName = "$baseName-$version.$extension"
classifier = ''
}

build.dependsOn shadowJar
Expand Down

0 comments on commit 14b54d5

Please sign in to comment.