From 081e3aeaa3a4fb19219293e274d487c2a7ec6e7c Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Thu, 19 Oct 2017 17:45:17 +0200 Subject: [PATCH] Spotless --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {