Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<japicmp.skip>false</japicmp.skip>
<!-- 3.26.0 is the last JDK8-compatible version -->
<!-- 3.27.0 says "class file has wrong version 55.0, should be 52.0" -->
<ecj.version>3.26.0</ecj.version>
<ecj.version>3.43.0</ecj.version>
<!-- JaCoCo on Java 8 is different from other versions. On JDK9+ there is a profile -->
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
Expand Down
Loading