Skip to content

Commit 92ce98c

Browse files
committed
Revert "have some javadocs"
This reverts commit dcf7b96.
1 parent dcf7b96 commit 92ce98c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ allprojects {
4242

4343
java {
4444
withSourcesJar()
45-
withJavadocJar()
4645
}
4746
}
4847

@@ -185,16 +184,6 @@ subprojects {
185184
}
186185
}
187186

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-
198187
components.getByName<AdhocComponentWithVariants>("java") {
199188
withVariantsFromConfiguration(project.configurations["shadowRuntimeElements"]) {
200189
skip()

0 commit comments

Comments
 (0)