Skip to content

Instantly share code, notes, and snippets.

@tfaki
Created May 8, 2023 14:47
Show Gist options
  • Save tfaki/aca18509774341017b5fa4cad8ee88f8 to your computer and use it in GitHub Desktop.
Save tfaki/aca18509774341017b5fa4cad8ee88f8 to your computer and use it in GitHub Desktop.
Groovy-GradleTask
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