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
Post a Comment