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:
John Blum
2018-08-16 17:53:48 -07:00
parent 4708d9bf6d
commit c95f5aeddd
11 changed files with 1 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
apply plugin: 'io.spring.convention.docs'
apply plugin: 'io.spring.convention.spring-test'
apply from: IDE_GRADLE
dependencies {