Skip to content

Commit e65e986

Browse files
committed
Fix build
1 parent a137c5c commit e65e986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ task sourcesJar(type: Jar) {
4343
}
4444

4545
task javadocJar(type: Jar, dependsOn: groovydoc) {
46-
classifier = 'groovydoc'
46+
classifier = 'javadoc'
4747
from 'build/docs/groovydoc'
4848
}
4949

0 commit comments

Comments
 (0)