Join Slack
Powered by
it depends on what type of element `bootRun` is, i...
# gradle
b
bamboo
12/14/2017, 6:21 PM
it depends on what type of element
bootRun
is, it looks like a task, so possibly:
Copy code
tasks { “bootRun”(BootRun::class) { systemProperties = System.properties } }
Open in Slack
Previous
Next