Remove IntelliJ IDEA (IDE) specific configuration.

This commit is contained in:
John Blum
2018-08-21 19:38:20 -07:00
parent 7ce544f762
commit 4430e43880
4 changed files with 0 additions and 10 deletions

View File

@@ -17,5 +17,3 @@ description = 'Spring Test Framework for Apache Geode and Pivotal GemFire using
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
ext.IDE_GRADLE = "$rootDir/gradle/ide.gradle"

View File

@@ -1,6 +0,0 @@
idea {
module {
testSourceDirs += file('src/integration-test/java')
}
}

View File

@@ -1,5 +1,4 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Test Framework for Pivotal GemFire"

View File

@@ -1,5 +1,4 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Test Framework for Apache Geode"