Skip to content

Commit 435827e

Browse files
authored
Downgrade to 5.1.1
1 parent b33fd19 commit 435827e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'adopt'
2424
java-version: 15
2525

26-
- run: wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.3.1/openapi-generator-cli-5.3.1.jar -O openapi-generator-cli.jar
26+
- run: wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.1.1/openapi-generator-cli-5.1.1.jar -O openapi-generator-cli.jar
2727

2828
- name: Generate API client and contracts
2929
run: java -jar openapi-generator-cli.jar generate -i https://api.nephrogo.com/v1/schema.json/ -g dart-dio-next -o api --additional-properties="pubAuthor=Karolis,pubName=nephrogo_api_client,disallowAdditionalPropertiesIfNotPresent=false,useEnumExtension=false"

0 commit comments

Comments
 (0)