Skip to content

Commit

Permalink
bugfix: Fixed Open Api specs file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Jul 10, 2024
1 parent 90d7466 commit 353a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openapi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ openApiGenerate {
packageName.set("com.sphereon.oid.fed.openapi")
apiPackage.set("$openApiPackage.api")
modelPackage.set("$openApiPackage.models")
inputSpec.set("$rootDir/src/main/kotlin/com/sphereon/oid/fed/openapi/openapi.yaml")
inputSpec.set("$projectDir/src/main/kotlin/com/sphereon/oid/fed/openapi/openapi.yaml")
library.set("jvm-okhttp4")
configOptions.set(
mapOf(
Expand Down

0 comments on commit 353a7d6

Please sign in to comment.