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

@@ -1,5 +1,5 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
apply plugin: "gemfire-server"
// apply plugin: "gemfire-server"
apply plugin: "application"
dependencies {