Browse Source

Remove unused org.springframework.boot.docker-test plugin

Closes gh-49598
4.0.x
Andy Wilkinson 5 days ago
parent
commit
76290f7871
  1. 1
      module/spring-boot-data-couchbase/build.gradle
  2. 1
      module/spring-boot-data-r2dbc/build.gradle
  3. 5
      module/spring-boot-micrometer-tracing-brave/build.gradle

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

@ -19,7 +19,6 @@ plugins { @@ -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"
}

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

@ -19,7 +19,6 @@ plugins { @@ -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"
}

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

@ -19,7 +19,6 @@ plugins { @@ -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 { @@ -49,7 +48,3 @@ dependencies {
tasks.named("compileTestJava") {
options.nullability.checking = "tests"
}
tasks.named("compileDockerTestJava") {
options.nullability.checking = "tests"
}

Loading…
Cancel
Save