Skip to content

Commit a358a82

Browse files
committed
Experiment using different methods of declaring the Spring Boot Gradle Plugin for the spring-session-sample-boot-gemfire module."
1 parent 59e4c84 commit a358a82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/boot/gemfire/spring-session-sample-boot-gemfire.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
// plugins {
2+
// id 'org.springframework.boot'
3+
// }
4+
15
apply plugin: 'io.spring.convention.spring-sample-boot'
6+
// apply plugin: 'io.spring.convention.spring-sample'
27
apply plugin: "gemfire-server"
38
apply plugin: "application"
49

0 commit comments

Comments
 (0)