Remove unecessary newline

This commit is contained in:
Stephane Nicoll
2016-12-28 13:44:53 +01:00
parent 94785572b7
commit 5149d0c965
4 changed files with 1 additions and 5 deletions

View File

@@ -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}'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'