tkobayas commented on code in PR #6569:
URL:
https://github.com/apache/incubator-kie-drools/pull/6569#discussion_r2745396988
##########
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("1.9");
- settings.setTargetVersion("1.9");
+ settings.setSourceVersion("9");
+ settings.setTargetVersion("9");
Review Comment:
@yesamer `1.9` was simply wrong and the version has to be `9` (`1.x` format
was used until `1.8`). I will drop versions lower than `17` in
https://github.com/apache/incubator-kie-drools/issues/6572 , but at the moment,
testing with `9` is valid.
--
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]