From e03341892f8f0bc22e7112a073f47e246399cd39 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Jun 2023 15:45:24 -0700 Subject: [PATCH] Declare spring-boot-loader-tools dependency in local build Gradle Plugins to align with the Spring Boot version (2.7.x) expected with SSDG 2.7.x. --- buildSrc/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 2da030c..5ca840c 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -53,6 +53,8 @@ dependencies { implementation localGroovy() + runtimeOnly 'org.springframework.boot:spring-boot-loader-tools:2.7.12' + implementation 'com.github.ben-manes:gradle-versions-plugin:0.25.0' implementation 'gradle.plugin.org.gretty:gretty:3.0.1' implementation 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1'