Skip to content

Commit 14b54d5

Browse files
committed
Remove the published jar classifier for maven publish.
Fixes #2906.
1 parent 1c24b17 commit 14b54d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ shadowJar {
171171
configurations = [project.configurations.api]
172172

173173
archiveFileName = "$baseName-$version.$extension"
174+
classifier = ''
174175
}
175176

176177
build.dependsOn shadowJar

0 commit comments

Comments
 (0)