Declare the mainClassName property for bootJar.

This commit is contained in:
John Blum
2018-09-21 16:11:13 -07:00
parent 6f721538cb
commit 4ba70b6e8f

View File

@@ -20,3 +20,7 @@ dependencies {
}
}
bootJar {
mainClassName = 'example.app.temp.geode.client.BootGeodeClientApplication'
}