aerogear / keycloak-metrics-spi

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

Add quarkus-resteasy-reactive dependency to build gradle #189

Open dosera opened 5 months ago

dosera commented 5 months ago

Motivation

While the build works with maven (and the dependency was added with aede7e08) it currently fails with gradle:

./gradlew clean build
..
src/main/java/org/jboss/aerogear/keycloak/metrics/MetricsFilterProvider.java:18: error: cannot find symbol
..

What

Adds the quarkus-resteasy-reactive to the build.gradle.

Why

Build was unable to complete successfully.

How

Adding to build.gradle.

Verification Steps

  1. ./gradlew clean build

Checklist:

Progress