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


##########
drools-test-coverage/test-compiler-integration/src/test/java/org/drools/mvel/compiler/commons/jci/compilers/NativeJavaCompilerSettingsTest.java:
##########
@@ -47,17 +47,17 @@ public void allSettings() {
         settings.setWarnings(true);
         settings.setDeprecations(true);
         settings.setSourceEncoding("My-Custom-Encoding");
-        settings.setSourceVersion("9");
-        settings.setTargetVersion("9");
+        settings.setSourceVersion("21");
+        settings.setTargetVersion("21");

Review Comment:
   "9" is the cleaned-up version, so there is no value in testing it now. I 
picked "21" because it is different from the default ("17").



-- 
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