aerogear / keycloak-metrics-spi

Adds a Metrics Endpoint to Keycloak
Apache License 2.0
523 stars 151 forks source link

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

Open pb82 opened 1 year ago

pb82 commented 1 year ago

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.

dvdgsng commented 1 year ago

Need to reset these, too:

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