Remove unnecessary ide.gradle file and remove 'apply from: IDE_GRADLE' plugin declarations from Gradle module build files.
All IDE configuration logic is handle by the Spring Build Conventions Gradle project.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
apply plugin: "gemfire-server"
|
||||
apply plugin: "application"
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user