Add systemProperties to run task in sample

This commit is contained in:
Dave Syer 2014-03-28 17:14:39 +00:00
parent 1664cef469
commit 41b4041c78
1 changed files with 4 additions and 0 deletions

View File

@ -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()