Replace the SSDG project build.GemFireServer Gradle Plugin with STDG means of launching and managing Apache Geode servers for client/server integration tests.

This commit is contained in:
John Blum
2022-09-16 13:29:24 -07:00
parent 07844d5576
commit a1ffa1c56a
15 changed files with 203 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ plugins {
id "io.spring.convention.spring-sample-war"
}
apply plugin: "gemfire-server"
// apply plugin: "gemfire-server"
apply plugin: "application"
dependencies {