diff --git a/samples/boot/build.gradle b/samples/boot/build.gradle index 656d6f63..c7a0c9cc 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 23626f6a..10fc7423 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 8c2f5f9a..96736631 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 29fe7fec..464dd22d 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 71f6f09d..8e15aed6 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 973ef471..7c6fb69f 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 0d377678..95856fe7 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