<@U6S5Z9F8F> well, I was trying to go with this <h...
# gradle
b
@eriwen well, I was trying to go with this http://central.sonatype.org/pages/gradle.html which says that with groovy it would be
Copy code
task javadocJar(type: Jar) {
    classifier = 'javadoc'
    from javadoc
}