Skip to content

Commit

Permalink
fix: dart publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 24, 2025
1 parent 3a5f5d5 commit 1132bc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/client/dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to https://changelog.ory.sh and https://www.ory.sh/docs/sdk
1 change: 1 addition & 0 deletions contrib/dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to https://changelog.ory.sh and https://www.ory.sh/docs/sdk
5 changes: 5 additions & 0 deletions contrib/dart/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
analyzer:
errors:
unused_import: ignore
duplicate_import: ignore
unused_local_variable: ignore
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ dart () {
rm -rf "$dir" || true
mkdir -p "$dir"

openapi-generator-cli version-manager set 7.7.0
openapi-generator-cli version-manager set 7.11.0
openapi-generator-cli generate -i "${SPEC_FILE}" \
-g dart-dio \
-o "$dir" \
Expand Down

0 comments on commit 1132bc8

Please sign in to comment.