From b2a2c5b1686e6a1bf81e17fa5c8f3d1f8727e2f0 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 10 Jul 2015 15:55:35 +0100 Subject: [PATCH] Add Maven incantation to make STS 3.7 happy --- .../spring-boot-gradle-plugin/pom.xml | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 2c5a505b1a..d73b85dcb3 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.boot @@ -42,7 +43,7 @@ org.gradle gradle-base-services provided - + org.gradle gradle-plugins @@ -72,6 +73,41 @@ + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-compiler-plugin + + + [2.10,) + + + compile + testCompile + + + + + + + + + + + +