Browse Source

Add missing "spring-boot-starter-batch-jdbc-test" to the Gradle build

pull/47637/head
Moritz Halbritter 2 months ago
parent
commit
2890bd8382
  1. 1
      settings.gradle

1
settings.gradle

@ -213,6 +213,7 @@ include "starter:spring-boot-starter-aspectj" @@ -213,6 +213,7 @@ include "starter:spring-boot-starter-aspectj"
include "starter:spring-boot-starter-aspectj-test"
include "starter:spring-boot-starter-batch"
include "starter:spring-boot-starter-batch-jdbc"
include "starter:spring-boot-starter-batch-jdbc-test"
include "starter:spring-boot-starter-batch-test"
include "starter:spring-boot-starter-cache"
include "starter:spring-boot-starter-cache-test"

Loading…
Cancel
Save