Remove extraneous Gradle build files from gradle/.

This commit is contained in:
John Blum
2017-06-06 17:27:41 -07:00
parent 065ba753a7
commit 4960d5a884
5 changed files with 1 additions and 221 deletions

View File

@@ -12,17 +12,8 @@ buildscript {
apply plugin: 'io.spring.convention.root'
group = 'org.springframework.session'
description = 'Spring Session'
description = 'Spring Session Data Geode'
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
ext.BOM_GRADLE = "$rootDir/gradle/bom.gradle"
ext.IDE_GRADLE = "$rootDir/gradle/ide.gradle"
ext.JAVA_GRADLE = "$rootDir/gradle/java.gradle"
ext.MAVEN_GRADLE = "$rootDir/gradle/publish-maven.gradle"
ext.SAMPLE_GRADLE = "$rootDir/gradle/sample.gradle"
ext.TOMCAT_GRADLE = "$rootDir/gradle/tomcat.gradle"
ext.TOMCAT_6_GRADLE = "$rootDir/gradle/tomcat6.gradle"
ext.TOMCAT_7_GRADLE = "$rootDir/gradle/tomcat7.gradle"