From cfbe57274c5413d77075196be789d35edddb46c6 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 10 Apr 2017 11:59:57 +0100 Subject: [PATCH] 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 --- build.gradle | 1 + 1 file changed, 1 insertion(+) 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') {