Hi,
As of Gradle 6 one can create source jars using the Java plugin as follows:
java {
withSourcesJar()
}
How can I get a handle on the generated sources jar? I wish to copy it to a different folder.
Thank you kindly
Hi,
As of Gradle 6 one can create source jars using the Java plugin as follows:
java {
withSourcesJar()
}
How can I get a handle on the generated sources jar? I wish to copy it to a different folder.
Thank you kindly