Skip to content

Commit 04d48c4

Browse files
committed
Remove redundant javadoc publishing classifier
1 parent 953b22c commit 04d48c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ plugins {
66
signing
77
}
88

9-
// empty xxx-javadoc.jar
10-
tasks.withType<Jar> {
11-
archiveClassifier = "javadoc"
12-
}
13-
149
afterEvaluate {
1510
publishing {
1611
repositories {

0 commit comments

Comments
 (0)