Polish whitespace in gradle files

This commit is contained in:
Phillip Webb
2025-10-01 11:40:03 -07:00
parent 26364c27e2
commit 08a641c1a2
16 changed files with 18 additions and 18 deletions
@@ -27,7 +27,7 @@ tasks.named("bootRun") {
tasks.register("configuredSystemProperties") {
doLast {
bootRun.systemProperties.each { k, v ->
bootRun.systemProperties.each { k, v ->
println "$k = $v"
}
}
@@ -29,7 +29,7 @@ bootJar {
baseName = 'foo'
}
else {
archiveBaseName = 'foo'
archiveBaseName = 'foo'
}
}
@@ -29,7 +29,7 @@ bootWar {
baseName = 'foo'
}
else {
archiveBaseName = 'foo'
archiveBaseName = 'foo'
}
}
@@ -42,7 +42,7 @@ dependencies {
}
task('processTestAotClasspath') {
dependsOn configurations.processTestAotClasspath
dependsOn configurations.processTestAotClasspath
doFirst {
configurations.processTestAotClasspath.files.each { println it }
}
@@ -42,7 +42,7 @@ dependencies {
}
task('processTestAotClasspath') {
dependsOn configurations.processTestAotClasspath
dependsOn configurations.processTestAotClasspath
doFirst {
configurations.processTestAotClasspath.files.each { println it }
}
@@ -33,7 +33,7 @@ bootJar {
include "*:*:*SNAPSHOT"
}
intoLayer("commons-dependencies") {
include "org.apache.commons:*"
include "org.apache.commons:*"
}
intoLayer("dependencies")
}
@@ -48,7 +48,7 @@ bootJar {
includeProjectDependencies()
}
intoLayer("commons-dependencies") {
include "org.apache.commons:*"
include "org.apache.commons:*"
}
intoLayer("dependencies")
}
@@ -45,8 +45,8 @@ dependencies {
dockerTestRuntimeOnly("io.lettuce:lettuce-core")
dockerTestRuntimeOnly("org.springframework.data:spring-data-redis")
testImplementation(project(":test-support:spring-boot-test-support"))
testRuntimeOnly("ch.qos.logback:logback-classic")
}
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies {
api("org.liquibase:liquibase-core") {
exclude(group: "javax.xml.bind", module: "jaxb-api")
}
optional(project(":core:spring-boot-autoconfigure"))
optional(project(":core:spring-boot-docker-compose"))
optional(project(":core:spring-boot-testcontainers"))
@@ -63,7 +63,7 @@ dependencies {
optional("org.apache.logging.log4j:log4j-core")
optional("org.aspectj:aspectjweaver")
optional("org.testcontainers:grafana")
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))
dockerTestImplementation(testFixtures(project(":core:spring-boot-docker-compose")))
dockerTestImplementation("io.rest-assured:rest-assured")
@@ -48,7 +48,7 @@ dependencies {
optional("org.aspectj:aspectjweaver")
optional("org.junit.platform:junit-platform-launcher")
optional("org.testcontainers:grafana")
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))
dockerTestImplementation(testFixtures(project(":core:spring-boot-docker-compose")))
dockerTestImplementation("org.testcontainers:junit-jupiter")
@@ -36,7 +36,7 @@ dependencies {
optional(project(":module:spring-boot-actuator-autoconfigure"))
optional("io.opentelemetry:opentelemetry-exporter-otlp")
optional("org.testcontainers:grafana")
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))
dockerTestImplementation(testFixtures(project(":core:spring-boot-docker-compose")))
dockerTestImplementation("org.testcontainers:junit-jupiter")
+2 -2
View File
@@ -32,12 +32,12 @@ dependencies {
optional("org.springframework.restdocs:spring-restdocs-mockmvc")
optional("org.springframework.restdocs:spring-restdocs-restassured")
optional("org.springframework.restdocs:spring-restdocs-webtestclient")
testImplementation(project(":test-support:spring-boot-test-support"))
testImplementation(project(":module:spring-boot-webflux-test"))
testImplementation(project(":module:spring-boot-webmvc-test"))
testImplementation(project(":module:spring-boot-hateoas"))
testImplementation("org.springframework.security:spring-security-test")
testRuntimeOnly(project(":module:spring-boot-tomcat"))
}
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies {
exclude group: "org.apache.tomcat", module: "tomcat-annotations-api"
}
optional("org.springframework:spring-webflux")
runtimeOnly("jakarta.annotation:jakarta.annotation-api")
testImplementation(project(":core:spring-boot-test"))
@@ -28,6 +28,6 @@ dependencies {
testImplementation(project(":module:spring-boot-graphql-test"))
testImplementation(project(":module:spring-boot-webmvc-test"))
testImplementation(project(":starter:spring-boot-starter-test"))
testRuntimeOnly("org.springframework:spring-webflux")
}
@@ -26,7 +26,7 @@ dependencies {
runtimeOnly("jaxen:jaxen")
runtimeOnly("wsdl4j:wsdl4j")
testImplementation(project(":starter:spring-boot-starter-test"))
testImplementation(project(":module:spring-boot-webservices-test"))
}