From 76290f787104f5b2b2e8b71896bed39d3e159633 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Mar 2026 16:38:01 +0000 Subject: [PATCH] Remove unused org.springframework.boot.docker-test plugin Closes gh-49598 --- module/spring-boot-data-couchbase/build.gradle | 1 - module/spring-boot-data-r2dbc/build.gradle | 1 - module/spring-boot-micrometer-tracing-brave/build.gradle | 5 ----- 3 files changed, 7 deletions(-) diff --git a/module/spring-boot-data-couchbase/build.gradle b/module/spring-boot-data-couchbase/build.gradle index f2f16ecd2b5..bc31450a42f 100644 --- a/module/spring-boot-data-couchbase/build.gradle +++ b/module/spring-boot-data-couchbase/build.gradle @@ -19,7 +19,6 @@ plugins { id "org.springframework.boot.auto-configuration" id "org.springframework.boot.configuration-properties" id "org.springframework.boot.deployed" - id "org.springframework.boot.docker-test" id "org.springframework.boot.optional-dependencies" } diff --git a/module/spring-boot-data-r2dbc/build.gradle b/module/spring-boot-data-r2dbc/build.gradle index 86219fe502c..3a99b0c9f98 100644 --- a/module/spring-boot-data-r2dbc/build.gradle +++ b/module/spring-boot-data-r2dbc/build.gradle @@ -19,7 +19,6 @@ plugins { id "org.springframework.boot.auto-configuration" id "org.springframework.boot.configuration-properties" id "org.springframework.boot.deployed" - id "org.springframework.boot.docker-test" id "org.springframework.boot.optional-dependencies" } diff --git a/module/spring-boot-micrometer-tracing-brave/build.gradle b/module/spring-boot-micrometer-tracing-brave/build.gradle index 147a619c683..1e9e9429976 100644 --- a/module/spring-boot-micrometer-tracing-brave/build.gradle +++ b/module/spring-boot-micrometer-tracing-brave/build.gradle @@ -19,7 +19,6 @@ plugins { id "org.springframework.boot.auto-configuration" id "org.springframework.boot.configuration-properties" id "org.springframework.boot.deployed" - id "org.springframework.boot.docker-test" id "org.springframework.boot.optional-dependencies" } @@ -49,7 +48,3 @@ dependencies { tasks.named("compileTestJava") { options.nullability.checking = "tests" } - -tasks.named("compileDockerTestJava") { - options.nullability.checking = "tests" -}