Created
October 9, 2018 10:04
-
-
Save Opalo/c3a0ea82b2494fec91812c837cff49a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task unit(type: Test) | |
task functional(type: Test) | |
task check // lifecycle task | |
task report | |
check.dependsOn unit, functional | |
functional.mustRunAfter unit //shouldRunAfter | |
check.finalizedBy report |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment