mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-08 02:14:55 +08:00
Remove the now deprecated IDEA Gradle plugin
Closes gh-191
This commit is contained in:
committed by
Stephane Nicoll
parent
953b4e8dd4
commit
75c363cd40
@@ -16,7 +16,6 @@ buildscript {
|
|||||||
apply plugin: '${language}'<% if (packaging=='war') { %>
|
apply plugin: '${language}'<% if (packaging=='war') { %>
|
||||||
apply plugin: 'eclipse-wtp'<% } else { %>
|
apply plugin: 'eclipse-wtp'<% } else { %>
|
||||||
apply plugin: 'eclipse'<% } %>
|
apply plugin: 'eclipse'<% } %>
|
||||||
apply plugin: 'idea'
|
|
||||||
apply plugin: 'spring-boot' <% if (!bootOneThreeAvailable) { %>
|
apply plugin: 'spring-boot' <% if (!bootOneThreeAvailable) { %>
|
||||||
apply plugin: 'io.spring.dependency-management' <% } %><% if (packaging=='war') { %>
|
apply plugin: 'io.spring.dependency-management' <% } %><% if (packaging=='war') { %>
|
||||||
apply plugin: 'war'
|
apply plugin: 'war'
|
||||||
|
|||||||
Reference in New Issue
Block a user