Remove IntelliJ IDEA (IDE) specific configuration.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
idea {
|
||||
module {
|
||||
testSourceDirs += file('src/integration-test/java')
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
description = "Spring Test Framework for Pivotal GemFire"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
description = "Spring Test Framework for Apache Geode"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user