Skip to content

Commit 8edcc18

Browse files
authored
Generate javadoc artifact for spock module (#7318)
1 parent 4059d04 commit 8edcc18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/spock/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ sourceJar {
2929
from sourceSets.main.allSource
3030
}
3131

32+
javadocJar {
33+
dependsOn groovydoc
34+
archiveClassifier = 'javadoc'
35+
from groovydoc.destinationDir
36+
}
37+
3238
test {
3339
useJUnitPlatform()
3440
testLogging {

0 commit comments

Comments
 (0)