Created
May 8, 2023 14:47
-
-
Save tfaki/aca18509774341017b5fa4cad8ee88f8 to your computer and use it in GitHub Desktop.
Groovy-GradleTask
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 sayDone { | |
doLast { | |
exec { | |
commandLine 'say', 'Ilk Turda Bitirelim' | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment