diff options
| author | crobibero <cody@robibe.ro> | 2020-09-06 08:26:36 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-06 08:26:36 -0600 |
| commit | 6ffffa95a7cfa092bc4dd1b75e25f1010d0d8855 (patch) | |
| tree | b1567fb702bdf1849d90078c9ab466d4c15c5cc5 /apiclient/templates/typescript/unstable.sh | |
| parent | 320e3b98ab50e83932156b1a8ce7fc25685f7252 (diff) | |
Use jar directly
Diffstat (limited to 'apiclient/templates/typescript/unstable.sh')
| -rw-r--r-- | apiclient/templates/typescript/unstable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiclient/templates/typescript/unstable.sh b/apiclient/templates/typescript/unstable.sh index 255e20c4f..3571c8ad5 100644 --- a/apiclient/templates/typescript/unstable.sh +++ b/apiclient/templates/typescript/unstable.sh @@ -1,7 +1,7 @@ #!/bin/bash CLIENT=$1 -openapi-generator generate \ +java -jar openapi-generator-cli.jar generate \ --input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \ --generator-name typescript-${CLIENT} \ --output ./apiclient/generated/typescript/${CLIENT} \ |
