Skip to content

Commit 41b4041

Browse files
author
Dave Syer
committed
Add systemProperties to run task in sample
1 parent 1664cef commit 41b4041

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jar {
2525
version = '0.0.0'
2626
}
2727

28+
run {
29+
systemProperties = System.properties
30+
}
31+
2832
repositories {
2933
// NOTE: You should declare only repositories that you need here
3034
mavenLocal()

0 commit comments

Comments
 (0)