Remove the now deprecated IDEA Gradle plugin

Closes gh-191
This commit is contained in:
Sebastien Deleuze
2016-02-02 15:51:52 +01:00
committed by Stephane Nicoll
parent 953b4e8dd4
commit 75c363cd40

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'