From a358a82a3b00ab17680d5d776bc19c64f2d8f7bc Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Jun 2023 15:43:06 -0700 Subject: [PATCH] Experiment using different methods of declaring the Spring Boot Gradle Plugin for the spring-session-sample-boot-gemfire module." --- .../boot/gemfire/spring-session-sample-boot-gemfire.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/boot/gemfire/spring-session-sample-boot-gemfire.gradle b/samples/boot/gemfire/spring-session-sample-boot-gemfire.gradle index bb05a29..db9831c 100644 --- a/samples/boot/gemfire/spring-session-sample-boot-gemfire.gradle +++ b/samples/boot/gemfire/spring-session-sample-boot-gemfire.gradle @@ -1,4 +1,9 @@ +// plugins { +// id 'org.springframework.boot' +// } + apply plugin: 'io.spring.convention.spring-sample-boot' +// apply plugin: 'io.spring.convention.spring-sample' apply plugin: "gemfire-server" apply plugin: "application"