Commit 812ea5a5 authored by Igor Demin's avatar Igor Demin

Pass all system properties from run configuration into application

parent 54c0c302
...@@ -56,6 +56,7 @@ application { ...@@ -56,6 +56,7 @@ application {
run { run {
systemProperty("skiko.fps.enabled", "true") systemProperty("skiko.fps.enabled", "true")
systemProperties(System.properties)
} }
test { test {
......
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