tkobayas commented on code in PR #6569:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6569#discussion_r2734974030


##########
drools-ecj/src/test/java/org/drools/ecj/JavaCompilerI18NTest.java:
##########
@@ -43,8 +43,8 @@ public void testi18NFile () throws Exception {
         reader.add(fileStr, fileContents.getBytes());
 
         EclipseJavaCompilerSettings settings = new 
EclipseJavaCompilerSettings();
-        settings.setSourceVersion( "1.5" );
-        settings.setTargetVersion( "1.5" );
+        settings.setSourceVersion( "17" );
+        settings.setTargetVersion( "17" );

Review Comment:
   eclipse ecj 3.44.0 doesn't support language level lower than `1.8`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to