Merge pull request #191 from sdeleuze/remove-idea-gradle-plugin

* pr/191:
  Remove the now deprecated IDEA Gradle plugin
This commit is contained in:
Stephane Nicoll
2016-02-03 11:50:47 +01:00

View File

@@ -16,7 +16,6 @@ buildscript {
apply plugin: '${language}'<% if (packaging=='war') { %>
apply plugin: 'eclipse-wtp'<% } else { %>
apply plugin: 'eclipse'<% } %>
apply plugin: 'idea'
apply plugin: 'spring-boot' <% if (!bootOneThreeAvailable) { %>
apply plugin: 'io.spring.dependency-management' <% } %><% if (packaging=='war') { %>
apply plugin: 'war'