From 4ba70b6e8f714d3c8137917e95a9669e8470e261 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 21 Sep 2018 16:11:13 -0700 Subject: [PATCH] Declare the mainClassName property for bootJar. --- .../boot/actuator/spring-geode-sample-boot-actuator.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle b/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle index 710449d6..98f72924 100644 --- a/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle +++ b/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle @@ -20,3 +20,7 @@ dependencies { } } + +bootJar { + mainClassName = 'example.app.temp.geode.client.BootGeodeClientApplication' +}