Skip to content

Instantly share code, notes, and snippets.

@HendrixString
Created February 11, 2017 20:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HendrixString/e762f86bfdf85011b28bd8ef1b570eda to your computer and use it in GitHub Desktop.
Save HendrixString/e762f86bfdf85011b28bd8ef1b570eda to your computer and use it in GitHub Desktop.
Gradle cheat sheet
  1. download the dependencies of the project ./gradlew assemble
  2. start a java gradle project gradle init --type “java-library"
  3. add the gradle wrapper to the project gradle wrapper --gradle-version 2.0
  4. build ./gradlew build
  5. test ./gradlew test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment