We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cc6e6 commit 4252348Copy full SHA for 4252348
build.gradle.kts
@@ -166,18 +166,4 @@ nexusPublishing {
166
license {
167
header = projectDir.resolve("HEADER")
168
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"))
183
}
0 commit comments