Fix gradle config for the bootRun task

Closes gh-4627
This commit is contained in:
Stephane Nicoll
2015-11-27 10:23:12 +01:00
parent 141907c65f
commit e19d9ff09d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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