From ce50b260a877e1c88e89aba4536969362352e1cc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 3 Feb 2017 11:03:12 +0000 Subject: [PATCH] Apply from publish-maven.gradle again so the pom is created --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 2224aa8..7a0f161 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,8 @@ plugins { id 'org.sonarqube' version '2.1' } +apply from: "${rootProject.projectDir}/publish-maven.gradle" + description = 'Spring Integration Flow'