Skip to content

Instantly share code, notes, and snippets.

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