mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Remove unnecessary whitespace
This commit is contained in:
parent
51dbc92297
commit
ed5d5398ad
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user