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" -}