-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/oidf 4 #9
Conversation
modules/openapi/README.md
Outdated
|
||
### Profiles | ||
|
||
The Open API generator will generate only models, infrastructures and apis by default. To make it generate apis. To make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These sentenses stop halfway and are conflicting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probabably Ctrl-Z was pressed at some point. Hopefully it makes sense now
modules/openapi/build.gradle.kts
Outdated
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") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to update it to inputSpec.set("$rootDir/modules/openapi/src/main/kotlin/com/sphereon/oid/fed/openapi/openapi.yaml")
for it to run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depends on where you are running the command prob
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the old problem "works on my machine" 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changing from rootDir to projectDir fixes the problem
This PR will be closed and another one will be created for feature/OIDF-33. All comments are already addressed |
No description provided.