Skip to content

Commit 4c3d5a2

Browse files
valfirstMykola Mokhnach
authored andcommitted
Use the latest official ECJ 3.14.0 (appium#1024)
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
1 parent ce0c592 commit 4c3d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configurations {
3636
}
3737

3838
dependencies {
39-
ecj 'org.eclipse.jdt.core.compiler:ecj:4.6.1'
39+
ecj 'org.eclipse.jdt:ecj:3.14.0'
4040
}
4141

4242
compileJava {

0 commit comments

Comments
 (0)