Build: Remove cleaning of buildSrc on clean of ES, it doens't work as intended

This commit is contained in:
Ryan Ernst 2015-11-20 09:47:48 -08:00
parent 71e734647b
commit 28cba31447
1 changed files with 0 additions and 5 deletions

View File

@ -163,11 +163,6 @@ task buildSrcEclipse(type: GradleBuild) {
} }
tasks.eclipse.dependsOn(buildSrcEclipse) tasks.eclipse.dependsOn(buildSrcEclipse)
task clean(type: GradleBuild) {
buildFile = 'buildSrc/build.gradle'
tasks = ['clean']
}
// we need to add the same --debug-jvm option as // we need to add the same --debug-jvm option as
// the real RunTask has, so we can pass it through // the real RunTask has, so we can pass it through
class Run extends DefaultTask { class Run extends DefaultTask {