mirror of
https://gitee.com/dcren/initializr.git
synced 2026-01-09 18:04:49 +08:00
Remove unecessary newline
This commit is contained in:
@@ -21,8 +21,7 @@ apply plugin: 'eclipse-wtp'<% } else { %>
|
||||
apply plugin: 'eclipse'<% } %>
|
||||
apply plugin: '${springBootPluginName}'<% if (!bootOneThreeAvailable) { %>
|
||||
apply plugin: 'io.spring.dependency-management'<% } %><% if (packaging=='war') { %>
|
||||
apply plugin: 'war'
|
||||
<% } %>
|
||||
apply plugin: 'war'<% } %>
|
||||
|
||||
<% if (packaging=='war') { %>war<% } else { %>jar<% } %> {
|
||||
baseName = '${artifactId}'
|
||||
|
||||
@@ -17,7 +17,6 @@ apply plugin: 'spring-boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: 'war'
|
||||
|
||||
|
||||
war {
|
||||
baseName = 'demo'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
|
||||
@@ -17,7 +17,6 @@ apply plugin: 'spring-boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: 'war'
|
||||
|
||||
|
||||
war {
|
||||
baseName = 'demo'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
|
||||
@@ -21,7 +21,6 @@ apply plugin: 'spring-boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: 'war'
|
||||
|
||||
|
||||
war {
|
||||
baseName = 'demo'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
|
||||
Reference in New Issue
Block a user