From 74a1299912d94c0a26f25e174d7f32a88930da68 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Wed, 19 Sep 2018 23:08:53 +0300 Subject: [PATCH] Use the latest official ECJ 3.14.0 The old ECJ reference was bogus (see official confirmation: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499019#c19) and didn't work properly with JDK9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19f63d0e4..fb79b6e24 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ configurations { } dependencies { - ecj 'org.eclipse.jdt.core.compiler:ecj:4.6.1' + ecj 'org.eclipse.jdt:ecj:3.14.0' } compileJava {