Disable the integration test goal.

Resolves Issue #3.
This commit is contained in:
John Blum
2017-11-06 20:45:25 -08:00
parent f9afe72e66
commit 64245a24dc

View File

@@ -68,6 +68,7 @@ task runGemFireServer() {
}
/*
integrationTest {
dependsOn runGemFireServer
doFirst {
@@ -83,6 +84,7 @@ integrationTest {
runGemFireServer.process?.destroyForcibly()
}
}
*/
def reservePort() {