Remove unnecessary whitespace

This commit is contained in:
Madhura Bhave 2019-01-08 16:32:49 -08:00 committed by Stephane Nicoll
parent 51dbc92297
commit ed5d5398ad
13 changed files with 2 additions and 13 deletions

View File

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

View File

@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'

View File

@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.acme:foo'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

View File

@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'

View File

@ -39,7 +39,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

View File

@ -25,7 +25,6 @@ repositories {
maven { url 'https://example.com/bar' }
}
dependencies {
implementation 'org.acme:bar'
implementation 'org.acme:foo'

View File

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

View File

@ -22,7 +22,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.codehaus.groovy:groovy'

View File

@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.codehaus.groovy:groovy'

View File

@ -22,7 +22,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

View File

@ -23,7 +23,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

View File

@ -38,7 +38,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"

View File

@ -39,7 +39,6 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"