diff --git a/build.gradle b/build.gradle index 87085d42..307bd946 100644 --- a/build.gradle +++ b/build.gradle @@ -455,6 +455,7 @@ configure(sampleProjects()) { testCompile "org.hamcrest:hamcrest-library" testCompile "junit:junit" } + build.dependsOn bootJar } project('spring-statemachine-samples-common') {