Gradle Build dengan Javadoc

java {
    withJavadocJar()
    // and/or analogously use “withSourcesJar()” to get a “sourcesJar” task
}
Daschi