Commit 41b4041c authored by Dave Syer's avatar Dave Syer

Add systemProperties to run task in sample

parent 1664cef4
...@@ -25,6 +25,10 @@ jar { ...@@ -25,6 +25,10 @@ jar {
version = '0.0.0' version = '0.0.0'
} }
run {
systemProperties = System.properties
}
repositories { repositories {
// NOTE: You should declare only repositories that you need here // NOTE: You should declare only repositories that you need here
mavenLocal() mavenLocal()
......
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