Skip to content

Commit 76290f7

Browse files
committed
Remove unused org.springframework.boot.docker-test plugin
Closes gh-49598
1 parent 6779e09 commit 76290f7

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

module/spring-boot-data-couchbase/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ plugins {
1919
id "org.springframework.boot.auto-configuration"
2020
id "org.springframework.boot.configuration-properties"
2121
id "org.springframework.boot.deployed"
22-
id "org.springframework.boot.docker-test"
2322
id "org.springframework.boot.optional-dependencies"
2423
}
2524

module/spring-boot-data-r2dbc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ plugins {
1919
id "org.springframework.boot.auto-configuration"
2020
id "org.springframework.boot.configuration-properties"
2121
id "org.springframework.boot.deployed"
22-
id "org.springframework.boot.docker-test"
2322
id "org.springframework.boot.optional-dependencies"
2423
}
2524

module/spring-boot-micrometer-tracing-brave/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ plugins {
1919
id "org.springframework.boot.auto-configuration"
2020
id "org.springframework.boot.configuration-properties"
2121
id "org.springframework.boot.deployed"
22-
id "org.springframework.boot.docker-test"
2322
id "org.springframework.boot.optional-dependencies"
2423
}
2524

@@ -49,7 +48,3 @@ dependencies {
4948
tasks.named("compileTestJava") {
5049
options.nullability.checking = "tests"
5150
}
52-
53-
tasks.named("compileDockerTestJava") {
54-
options.nullability.checking = "tests"
55-
}

0 commit comments

Comments
 (0)