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 dcf7b96 commit 92ce98cCopy full SHA for 92ce98c
build.gradle.kts
@@ -42,7 +42,6 @@ allprojects {
42
43
java {
44
withSourcesJar()
45
- withJavadocJar()
46
}
47
48
@@ -185,16 +184,6 @@ subprojects {
185
184
186
187
188
- tasks.named<Jar>("javadocJar") {
189
- val commonJavadocs = project(":common").tasks.getByName<Jar>("javadocJar")
190
- dependsOn(commonJavadocs)
191
- from(commonJavadocs.archiveFile.map { zipTree(it) })
192
-
193
- manifest {
194
- attributes(mapOf("Git-Hash" to gitHash))
195
- }
196
197
198
components.getByName<AdhocComponentWithVariants>("java") {
199
withVariantsFromConfiguration(project.configurations["shadowRuntimeElements"]) {
200
skip()
0 commit comments