Basic Gradle
Basic Gradle project.
Created with gradle init
Commands
./gradlew copy
- Copies contents ofsrc
todest
./gradlew zip
- Zipssrc
and puts the zip fle inbuild/distributions
Basic Gradle project.
Created with gradle init
./gradlew copy
- Copies contents of src
to dest
./gradlew zip
- Zips src
and puts the zip fle in build/distributions