Gradle on build copy generated binaries to some location -


how copy on build - generated binaries location?

i imagine:

jar {   dolast {     copy./..???   } } 

the following code snippet should job:

jar {    dolast {       copy {          jar.outputs          'destination_dir'       }    } } 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -