yesamer commented on issue #960: URL: https://github.com/apache/incubator-kie-issues/issues/960#issuecomment-1960998541
@tiagobento I already did this analysis some time ago (https://github.com/apache/incubator-kie-issues/issues/40#issuecomment-1424170663), I'm afraid that setting any Java 9+ version to compile our GWT code will result in a failure. Consider that we're currently still compiling it with 1.8 ( [see here](https://github.com/apache/incubator-kie-tools/blob/main/packages/stunner-editors/pom.xml#L235) ). I guess the only realistic solution is to keep 1.8 as target as source in maven with JDK 17, but that will require some adjustments (on tests side in particular) -- 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]
