diff --git a/build.gradle b/build.gradle index b157a4e9f3..b7db896488 100644 --- a/build.gradle +++ b/build.gradle @@ -73,6 +73,10 @@ configure(javaProjects) { } } } + // GRADLE-1116 + eclipseClasspath.whenConfigured { classpath -> + classpath.entries.removeAll { entry -> entry.path.endsWith('/build/classes/test') } + } } ideaModule {