We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac519b commit 32bb9d4Copy full SHA for 32bb9d4
core/deployment/src/main/java/io/quarkus/deployment/Capability.java
@@ -106,7 +106,7 @@ public interface Capability {
106
String OPENSHIFT = QUARKUS_PREFIX + "openshift";
107
String OPENSHIFT_CLIENT = OPENSHIFT + ".client";
108
109
- String OIDC = QUARKUS_PREFIX + ".oidc";
+ String OIDC = QUARKUS_PREFIX + "oidc";
110
111
/**
112
* Presence of an io.opentracing tracer (for example, Jaeger).
0 commit comments