Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Jan 13, 2025
1 parent ca7b7cd commit 613565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemq-edge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ tasks.test {
/* ******************** OpenAPI ******************** */
val buildDirectory = layout.buildDirectory.get()
tasks.register<GenerateTask>("genJaxRs") {
inputSpec.set("${projectDir}/../ext/hivemq-edge-openapi-2024.8.yaml")
inputSpec.set("${projectDir}/../ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml")
outputDir.set("${buildDirectory}/generated/openapi")
generatorName.set("jaxrs-spec")
apiPackage.set("com.hivemq.edge.api")
Expand Down

0 comments on commit 613565c

Please sign in to comment.