Remove unnecessary whitespace

This commit is contained in:
Madhura Bhave
2019-01-09 15:18:23 +01:00
committed by Stephane Nicoll
parent 51dbc92297
commit ed5d5398ad
13 changed files with 2 additions and 13 deletions
@@ -71,6 +71,7 @@ repositories {
configurations {
providedRuntime
}
{{/providedDependencies}}
{{#hasBuildPropertiesVersions}}
ext {
@@ -78,8 +79,8 @@ ext {
set('{{key}}', '{{value}}')
{{/buildPropertiesVersions}}
}
{{/hasBuildPropertiesVersions}}
{{/hasBuildPropertiesVersions}}
dependencies {
{{#compileDependencies}}
implementation '{{groupId}}:{{artifactId}}{{#version}}:{{version}}{{/version}}{{#type}}@{{type}}{{/type}}'
@@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.acme:foo'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
@@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -39,7 +39,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
@@ -25,7 +25,6 @@ repositories {
maven { url 'https://example.com/bar' }
}
dependencies {
implementation 'org.acme:bar'
implementation 'org.acme:foo'
@@ -27,7 +27,6 @@ repositories {
maven { url 'https://repo.spring.io/milestone' }
}
dependencies {
implementation 'org.acme:foo'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
@@ -22,7 +22,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.codehaus.groovy:groovy'
@@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.codehaus.groovy:groovy'
@@ -22,7 +22,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
@@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
@@ -38,7 +38,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"
@@ -39,7 +39,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"