gradle build with javadoc

71

gradle build with javadoc -

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

Comments

Submit
0 Comments