keycloak-metrics-spi
keycloak-metrics-spi copied to clipboard
WIP: update java version in pom and fix mvn package failure
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.
Need to reset these, too:
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Is it still actual?