Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 6c42cfc

Browse files
authored
Remove plain classifier from the JAR (#62)
1 parent f0db049 commit 6c42cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,8 @@ configure([groovydoc]) {
211211

212212
tasks.named("build").configure {
213213
mustRunAfter("docs")
214+
}
215+
216+
tasks.withType(Jar) {
217+
archiveClassifier.set('')
214218
}

0 commit comments

Comments
 (0)