mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-08 02:14:55 +08:00
Merge pull request #191 from sdeleuze/remove-idea-gradle-plugin
* pr/191: Remove the now deprecated IDEA Gradle plugin
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user