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 d76adc9 commit fe169ffCopy full SHA for fe169ff
gradle/java-config.gradle
@@ -3,11 +3,4 @@ compileJava.options.release = javaVersion.toInteger()
3
java {
4
withSourcesJar()
5
withJavadocJar()
6
-}
7
-
8
-tasks.named('javadocJar', Jar).configure {
9
- dependsOn tasks.groovydoc
10
11
- duplicatesStrategy = DuplicatesStrategy.INCLUDE
12
- from tasks.groovydoc.outputs
13
}
0 commit comments