Skip to content

Commit 4252348

Browse files
committed
build > remove unnecessary javadocs configurations, use javadocElements instead
1 parent 18cc6e6 commit 4252348

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.gradle.kts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,4 @@ nexusPublishing {
166166
license {
167167
header = projectDir.resolve("HEADER")
168168
mapping("java", "SLASHSTAR_STYLE")
169-
}
170-
171-
/* ******************** artifacts ******************** */
172-
173-
val javadoc by configurations.creating {
174-
isCanBeConsumed = true
175-
isCanBeResolved = false
176-
attributes {
177-
attribute(Category.CATEGORY_ATTRIBUTE, objects.named("javadocs"))
178-
}
179-
}
180-
181-
artifacts {
182-
add(javadoc.name, tasks.named("javadocJar"))
183169
}

0 commit comments

Comments
 (0)