Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created October 9, 2018 10:04
Show Gist options
  • Save Opalo/c3a0ea82b2494fec91812c837cff49a9 to your computer and use it in GitHub Desktop.
Save Opalo/c3a0ea82b2494fec91812c837cff49a9 to your computer and use it in GitHub Desktop.
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