Commit e19d9ff0 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix gradle config for the bootRun task

Closes gh-4627
parent 141907c6
...@@ -25,7 +25,7 @@ jar { ...@@ -25,7 +25,7 @@ jar {
version = '0.0.0' version = '0.0.0'
} }
run { bootRun {
systemProperties = System.properties systemProperties = System.properties
} }
......
...@@ -25,7 +25,7 @@ jar { ...@@ -25,7 +25,7 @@ jar {
version = '0.0.0' version = '0.0.0'
} }
run { bootRun {
systemProperties = System.properties systemProperties = System.properties
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment