Skip to content

Commit

Permalink
Merge pull request #2908 from Multiverse/dumptruckman/fix_classifier
Browse files Browse the repository at this point in the history
Remove the published jar classifier for maven publish.
  • Loading branch information
dumptruckman committed Apr 5, 2023
2 parents 1c24b17 + 14b54d5 commit 48e875d
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 48e875d

Please sign in to comment.