Browse Source

Add systemProperties to run task in sample

pull/604/head
Dave Syer 12 years ago
parent
commit
41b4041c78
  1. 4
      spring-boot-samples/spring-boot-sample-simple/build.gradle

4
spring-boot-samples/spring-boot-sample-simple/build.gradle

@ -25,6 +25,10 @@ jar { @@ -25,6 +25,10 @@ jar {
version = '0.0.0'
}
run {
systemProperties = System.properties
}
repositories {
// NOTE: You should declare only repositories that you need here
mavenLocal()

Loading…
Cancel
Save