From 9e429aa44c920b286f7890b1eb5c91b1d251a06d Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Fri, 28 Aug 2020 13:08:38 -0500 Subject: [PATCH] Added line to fix build due to Gradle bug --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index c28746f77..543b3593c 100644 --- a/build.gradle +++ b/build.gradle @@ -311,6 +311,8 @@ project('spring-batch-infrastructure') { dependencies { + testCompile enforcedPlatform("org.springframework:spring-framework-bom:$springVersion") + compile "org.springframework:spring-core:$springVersion" compile "org.springframework.retry:spring-retry:$springRetryVersion"