Skip to content

Commit 6c42c47

Browse files
committed
remove groovydoc
1 parent 70166a8 commit 6c42c47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ dependencies {
2020
compile localGroovy()
2121
}
2222

23-
task groovydocJar(type: Jar, dependsOn: groovydoc) {
24-
classifier = 'groovydoc'
25-
from "$buildDir/build/docs/groovydoc"
26-
}
27-
2823
task sourcesJar(type: Jar) {
2924
from sourceSets.main.allSource
3025
classifier = 'sources'
3126
}
3227

3328
artifacts {
3429
archives jar
35-
archives groovydocJar
3630
archives sourcesJar
3731
}
3832

0 commit comments

Comments
 (0)