Remove the published jar classifier for maven publish.

Fixes #2906.
This commit is contained in:
Jeremy Wood 2023-04-05 08:38:37 -04:00
parent 1c24b17c90
commit 14b54d5269
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
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