Join Slack
Powered by
``` task hello(type: Exec) { executable "sh" a...
# gradle
c
ClaudiuB
02/01/2018, 5:47 PM
Copy code
task hello(type: Exec) { executable "sh" args "-c", "echo 'hello from your shell'" }
Open in Slack
Previous
Next