Skip to content

Commit 48e875d

Browse files
authored
Merge pull request #2908 from Multiverse/dumptruckman/fix_classifier
Remove the published jar classifier for maven publish.
2 parents 1c24b17 + 14b54d5 commit 48e875d

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)