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.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user