Fix gradle config for the bootRun task

Closes gh-4627
pull/4632/head
Stephane Nicoll 9 years ago
parent 141907c65f
commit e19d9ff09d

@ -25,7 +25,7 @@ jar {
version = '0.0.0'
}
run {
bootRun {
systemProperties = System.properties
}

@ -25,7 +25,7 @@ jar {
version = '0.0.0'
}
run {
bootRun {
systemProperties = System.properties
}

Loading…
Cancel
Save