Browse Source

Polish and fix test starter descriptions

pull/47784/head
Phillip Webb 2 months ago
parent
commit
67d5adc352
  1. 2
      starter/spring-boot-starter-activemq-test/build.gradle
  2. 2
      starter/spring-boot-starter-batch-jdbc-test/build.gradle
  3. 2
      starter/spring-boot-starter-batch-test/build.gradle
  4. 2
      starter/spring-boot-starter-graphql-test/build.gradle
  5. 2
      starter/spring-boot-starter-restclient-test/build.gradle
  6. 2
      starter/spring-boot-starter-webclient-test/build.gradle

2
starter/spring-boot-starter-activemq-test/build.gradle

@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "" description = "Starter for testing using Apache ActiveMQ and JMS"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-activemq")) api(project(":starter:spring-boot-starter-activemq"))

2
starter/spring-boot-starter-batch-jdbc-test/build.gradle

@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "Starter testing using Spring Batch with JDBC" description = "Starter for testing using Spring Batch with JDBC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jdbc-test")) api(project(":starter:spring-boot-starter-jdbc-test"))

2
starter/spring-boot-starter-batch-test/build.gradle

@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "Starter testing using Spring Batch" description = "Starter for testing using Spring Batch"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-batch")) api(project(":starter:spring-boot-starter-batch"))

2
starter/spring-boot-starter-graphql-test/build.gradle

@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "Starter testing Spring GraphQL" description = "Starter for testing Spring GraphQL"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-graphql")) api(project(":starter:spring-boot-starter-graphql"))

2
starter/spring-boot-starter-restclient-test/build.gradle

@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "Starter testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)" description = "Starter for testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-restclient")) api(project(":starter:spring-boot-starter-restclient"))

2
starter/spring-boot-starter-webclient-test/build.gradle

@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "Starter testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)" description = "Starter for testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jackson-test")) api(project(":starter:spring-boot-starter-jackson-test"))

Loading…
Cancel
Save