Fix gradle config for the bootRun task
Closes gh-4627
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user