Adapt all SBDG module Gradle build files to Gradle 7.3.

This commit is contained in:
John Blum
2022-01-12 12:45:30 -08:00
parent a1d2c4b35e
commit 3640e1c2a8
24 changed files with 151 additions and 153 deletions

View File

@@ -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 {