-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Minor fixes (dependency update, etc) for Jaguar Dart client #1016
Conversation
@@ -41,3 +41,9 @@ java $JAVA_OPTS -jar $executable $ags | |||
|
|||
# The current petstore test will then work for both: the browser library and the vm library. | |||
|
|||
cd samples/client/petstore/dart-jaguar/openapi |
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.
We'll move these commands to pom.xml instead as this is how we test/build the output.
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.
Ho ok ! didn't know that :) Allow edits from maintainers
is checked you can do it directly here if you want
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.
Let me merge it into dart-jaguar
first.
* generator for dart jaguar * migrate to openapi-generator * fix locale issue * add auth generation for dart jaguar * fix generation of jaguar api with auth (#1009) * update deps (#1016) * add CI tests for dart jaguar * update dart jaguar bin script * trigger build failure * Revert "trigger build failure" This reverts commit a7d8bfd.
* generator for dart jaguar * migrate to openapi-generator * fix locale issue * add auth generation for dart jaguar * fix generation of jaguar api with auth (OpenAPITools#1009) * update deps (OpenAPITools#1016) * add CI tests for dart jaguar * update dart jaguar bin script * trigger build failure * Revert "trigger build failure" This reverts commit a7d8bfd.
* generator for dart jaguar * migrate to openapi-generator * fix locale issue * add auth generation for dart jaguar * fix generation of jaguar api with auth (OpenAPITools#1009) * update deps (OpenAPITools#1016) * add CI tests for dart jaguar * update dart jaguar bin script * trigger build failure * Revert "trigger build failure" This reverts commit a7d8bfd.
No description provided.