Fix samples for packaging

- Temporary add build to depend on bootJar
  so that samples get created as fatjars.
- Required as boot's plugin is currently being
  re-implemented and this feature is a bit broken.
- Relates to #342
This commit is contained in:
Janne Valkealahti
2017-04-10 11:59:57 +01:00
parent 654c9b84a4
commit cfbe57274c

View File

@@ -455,6 +455,7 @@ configure(sampleProjects()) {
testCompile "org.hamcrest:hamcrest-library"
testCompile "junit:junit"
}
build.dependsOn bootJar
}
project('spring-statemachine-samples-common') {