Skip to content

Instantly share code, notes, and snippets.

@javabrett
Created December 19, 2017 03:16
Show Gist options
  • Save javabrett/72df330c20d2a6b3ab26efa2535d3e8f to your computer and use it in GitHub Desktop.
Save javabrett/72df330c20d2a6b3ab26efa2535d3e8f to your computer and use it in GitHub Desktop.
cleanassemblecheck.txt
$ ./gradlew --console=verbose clean assemble check
> Task :clean
> Task :compileJava
> Task :processResources
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
Gradle suite > Gradle test > MainTest.testGetEnv PASSED
> Task :check
BUILD SUCCESSFUL in 1s
6 actionable tasks: 6 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment