- download the dependencies of the project
./gradlew assemble
- start a java gradle project
gradle init --type “java-library"
- add the gradle wrapper to the project
gradle wrapper --gradle-version 2.0
- build
./gradlew build
- test
./gradlew test
Created
February 11, 2017 20:26
-
-
Save HendrixString/e762f86bfdf85011b28bd8ef1b570eda to your computer and use it in GitHub Desktop.
Gradle cheat sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment