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

Alternative to `libsDir`

$
0
0

You need to think about which task created the jar rather than the location of the jars. Perhaps

task syncJars(type: Sync) {
   from tasks.withType(Jar)
   ... 
} 

Viewing all articles
Browse latest Browse all 19859

Trending Articles