keycloak-metrics-spi icon indicating copy to clipboard operation
keycloak-metrics-spi copied to clipboard

WIP: update java version in pom and fix mvn package failure

Open pb82 opened this issue 2 years ago • 2 comments
trafficstars

Set the Java version in the pom back to 11. mvn package currently fails when running the tests. The same tests pass using Gradle though. I hope to fix this in this PR.

pb82 avatar Mar 21 '23 22:03 pb82

Need to reset these, too:

        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>

dvdgsng avatar Mar 22 '23 13:03 dvdgsng

Is it still actual?

alexted avatar Jul 09 '24 07:07 alexted