Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

Handle on "sources jar" created by the Java plugin

$
0
0

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 :slight_smile:


Viewing all articles
Browse latest Browse all 19854

Trending Articles