Skip to content

Commit

Permalink
Add wiremock prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Feb 22, 2024
1 parent 57f8fc9 commit a080b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

@ConfigRoot(name = CodegenConfig.OPENAPI_WIREMOCK_PREFIX, phase = ConfigPhase.BUILD_TIME)
public class CodegenConfig {
static final String OPENAPI_WIREMOCK_PREFIX = "quarkus.openapi.generator";
static final String OPENAPI_WIREMOCK_PREFIX = "quarkus.openapi.generator.wiremock";
}

0 comments on commit a080b0e

Please sign in to comment.