aerogear / keycloak-metrics-spi

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

Fix resteasy missing in gradle #192

Closed ThoreKr closed 3 months ago

ThoreKr commented 5 months ago

Motivation

The compilation failed when using gradle

What

Replay the changes introduced in #184 for gradle

Why

Project could not be built with gradle due to missing dependencies.

Checklist:

Additional Notes

Would it make sense to introduce GH Actions which build using both maven and gradle or just drop support for one of them, as this apparently happened before.