Merge pull request #2908 from Multiverse/dumptruckman/fix_classifier

Remove the published jar classifier for maven publish.
This commit is contained in:
Jeremy Wood 2023-04-05 08:48:36 -04:00 committed by GitHub
commit 48e875d13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ shadowJar {
configurations = [project.configurations.api]
archiveFileName = "$baseName-$version.$extension"
classifier = ''
}
build.dependsOn shadowJar