From 2890bd838296bec55fc49937dd867a1f3f1bee92 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 15 Oct 2025 12:01:55 +0200 Subject: [PATCH] Add missing "spring-boot-starter-batch-jdbc-test" to the Gradle build --- settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle b/settings.gradle index 88ca33ee69a..9425788793d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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"