Revert Eclipse compiler (ECJ) to Eclipse release v4.26, since ECJ
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 23 Mar 2023 12:38:34 +0000 (13:38 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 23 Mar 2023 12:38:34 +0000 (13:38 +0100)
sources to download are broken with v4.27

common.mk

index 661f94b79c6dede08c9485cbb612922398071737..d4f3cdf2ee1f17832e389f9d36b843d38f5a4ac4 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -2,6 +2,6 @@ build-major=2
 build-minor=3
 
 # Required third party libraries
-ECJ_BRANCH=3.33
+ECJ_BRANCH=3.32
 BNDLIB_BRANCH=5.3
 SYSLOGGER_BRANCH=$(build-major).$(build-minor)