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' +}