Skip to content

Commit 1f560d3

Browse files
committed
Use the same config key as spec id
to work around a bug in OpenApi generator (io.quarkiverse.openapi.generator to be precise)
1 parent 8749292 commit 1f560d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ quarkus.cache.caffeine."glob-cache".maximum-size=200
1111
hibernate-github-bot.jenkins.github-app-id=347853
1212
hibernate-github-bot.develocity.uri=https://ge.hibernate.org/
1313

14-
quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.config-key=develocity
14+
quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.config-key=gradle_enterprise_2023_4_api_yaml
1515
quarkus.openapi-generator.codegen.spec.gradle_enterprise_2023_4_api_yaml.base-package=com.gradle.develocity
16-
quarkus.rest-client.develocity.uri=${hibernate-github-bot.develocity.uri}
16+
quarkus.rest-client."gradle_enterprise_2023_4_api_yaml".uri=${hibernate-github-bot.develocity.uri}
1717
quarkus.openapi-generator.gradle_enterprise_2023_4_api_yaml.auth.DevelocityAccessKey.bearer-token=${hibernate-github-bot.develocity.access-key}
1818

1919
%dev.quarkus.rest-client.logging.scope=request-response

0 commit comments

Comments
 (0)