Skip to content

Instantly share code, notes, and snippets.

@qrman
qrman / GradleCheatsheet.md
Last active October 17, 2018 06:15
Gradle cheatsheet
  • Execute one integration test:

./gradlew integrationTest --tests=*SomeTestClass

  • Execute tasks parallel:

./gradlew clean build --parallel

  • Skip test: