Adapt all SBDG module Gradle build files to Gradle 7.3.
This commit is contained in:
@@ -8,10 +8,10 @@ description = "Spring Geode Sample demonstrating the use of Spring Boot Actuator
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode-starter-actuator")
|
||||
compile project(":spring-geode-starter-test")
|
||||
implementation project(":spring-geode-starter-actuator")
|
||||
implementation project(":spring-geode-starter-test")
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-web"
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -10,16 +10,16 @@ description = "Spring Geode Sample demonstrating the use of Spring Boot Auto-Con
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode-starter")
|
||||
compile project(":spring-geode-starter-test")
|
||||
implementation project(":spring-geode-starter")
|
||||
implementation project(":spring-geode-starter-test")
|
||||
|
||||
compile "org.assertj:assertj-core"
|
||||
compile "org.projectlombok:lombok"
|
||||
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
implementation "org.assertj:assertj-core"
|
||||
implementation "org.projectlombok:lombok"
|
||||
|
||||
testCompileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
@@ -8,13 +8,13 @@ description = "Spring Geode Sample demonstrating Apache Geode security configure
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode-starter")
|
||||
compile project(":spring-geode-starter-test")
|
||||
implementation project(":spring-geode-starter")
|
||||
implementation project(":spring-geode-starter-test")
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-web"
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
|
||||
compile "org.assertj:assertj-core"
|
||||
compile "org.projectlombok:lombok"
|
||||
implementation "org.assertj:assertj-core"
|
||||
implementation "org.projectlombok:lombok"
|
||||
}
|
||||
|
||||
bootJar {
|
||||
|
||||
Reference in New Issue
Block a user