Upgrade to Gradle 3.5

This commit is contained in:
John Blum
2017-04-21 21:00:00 -07:00
parent 25ded686ac
commit 3cc53fae2c
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ run {
}
springBoot {
mainClass = 'sample.client.Application'
mainClassName = 'sample.client.Application'
}
task runGemFireServer() {