diff --git a/build.gradle b/build.gradle index 79f7f330e4c0..d49c4b3e4b2b 100644 --- a/build.gradle +++ b/build.gradle @@ -444,7 +444,7 @@ subprojects { subproj -> classpath.entries.findAll { it.kind == 'con' && it.path.contains('JavaSE-9') }.each { classpath.entries.remove(it) } - } + } } task eclipseJdtPrepare(type: Copy) {