With the current implementation is it possible to copy only particular from the complete folder?
Example:
When i run
./gradlew build - jar1 is created in build/libs folder
when i run a customized tasl ./gradlew fatJar jar2 will be created..Is it possible to upload only jar2 to S3/AWS? This is not a bug..a new feature/enhancement..
With the current implementation is it possible to copy only particular from the complete folder? Example:
When i run ./gradlew build - jar1 is created in build/libs folder when i run a customized tasl ./gradlew fatJar jar2 will be created..Is it possible to upload only jar2 to S3/AWS? This is not a bug..a new feature/enhancement..