Created
October 8, 2018 18:28
-
-
Save Opalo/3634f90e6dd8adb8b17a194106e79e8f 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 itMustRun { | |
doFirst { | |
println "It's running from start..." | |
} | |
doLast { | |
println "...to an end." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment