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 ec86f71 commit f31fc38Copy full SHA for f31fc38
gradle/java-config.gradle
@@ -1 +1,13 @@
1
-compileJava.options.release = javaVersion.toInteger()
+compileJava.options.release = javaVersion.toInteger()
2
+
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