Add Apache Geode support (#366)

Closes gh-365, gh-366
This commit is contained in:
John Blum
2016-08-15 12:53:12 -07:00
committed by Rob Winch
parent bbb94361f8
commit 1256a94d7e
9 changed files with 66 additions and 11 deletions

View File

@@ -20,15 +20,15 @@ dependencies {
integrationTestCompile gebDependencies
integrationTestRuntime "org.springframework.shell:spring-shell:1.0.0.RELEASE"
integrationTestRuntime "org.springframework.shell:spring-shell:1.0.0.RELEASE",
"xml-apis:xml-apis:1.4.01"
}
mainClassName = "sample.ServerConfig"
def port
def process
mainClassName = "sample.ServerConfig"
task availablePort() << {
def serverSocket = new ServerSocket(0)
port = serverSocket.localPort