Skip to content

Commit e033418

Browse files
committed
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.
1 parent a358a82 commit e033418

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ dependencies {
5353

5454
implementation localGroovy()
5555

56+
runtimeOnly 'org.springframework.boot:spring-boot-loader-tools:2.7.12'
57+
5658
implementation 'com.github.ben-manes:gradle-versions-plugin:0.25.0'
5759
implementation 'gradle.plugin.org.gretty:gretty:3.0.1'
5860
implementation 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1'

0 commit comments

Comments
 (0)