diff --git a/samples/boot/build.gradle b/samples/boot/build.gradle index 656d6f6..c7a0c9c 100644 --- a/samples/boot/build.gradle +++ b/samples/boot/build.gradle @@ -7,7 +7,7 @@ buildscript { } } -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' apply from: JAVA_GRADLE apply from: SAMPLE_GRADLE diff --git a/samples/findbyusername/build.gradle b/samples/findbyusername/build.gradle index 23626f6..10fc742 100644 --- a/samples/findbyusername/build.gradle +++ b/samples/findbyusername/build.gradle @@ -7,7 +7,7 @@ buildscript { } } -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' apply from: JAVA_GRADLE apply from: SAMPLE_GRADLE diff --git a/samples/httpsession-gemfire-boot/build.gradle b/samples/httpsession-gemfire-boot/build.gradle index 8c2f5f9..9673663 100644 --- a/samples/httpsession-gemfire-boot/build.gradle +++ b/samples/httpsession-gemfire-boot/build.gradle @@ -9,7 +9,7 @@ buildscript { apply from: JAVA_GRADLE apply plugin: "application" -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' tasks.findByPath("artifactoryPublish")?.enabled = false diff --git a/samples/httpsession-jdbc-boot/build.gradle b/samples/httpsession-jdbc-boot/build.gradle index 29fe7fe..464dd22 100644 --- a/samples/httpsession-jdbc-boot/build.gradle +++ b/samples/httpsession-jdbc-boot/build.gradle @@ -7,7 +7,7 @@ buildscript { } } -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' apply from: JAVA_GRADLE apply from: SAMPLE_GRADLE diff --git a/samples/httpsession-redis-json/build.gradle b/samples/httpsession-redis-json/build.gradle index 71f6f09..8e15aed 100644 --- a/samples/httpsession-redis-json/build.gradle +++ b/samples/httpsession-redis-json/build.gradle @@ -7,7 +7,7 @@ buildscript { } } -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' apply from: JAVA_GRADLE diff --git a/samples/mongo/build.gradle b/samples/mongo/build.gradle index 973ef47..7c6fb69 100644 --- a/samples/mongo/build.gradle +++ b/samples/mongo/build.gradle @@ -7,7 +7,7 @@ buildscript { } } -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' apply from: JAVA_GRADLE apply from: SAMPLE_GRADLE diff --git a/samples/websocket/build.gradle b/samples/websocket/build.gradle index 0d37767..95856fe 100644 --- a/samples/websocket/build.gradle +++ b/samples/websocket/build.gradle @@ -7,7 +7,7 @@ buildscript { } } -apply plugin: 'spring-boot' +apply plugin: 'org.springframework.boot' apply from: JAVA_GRADLE apply from: TOMCAT_7_GRADLE