Skip to content

Commit

Permalink
add java to codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Mar 28, 2024
1 parent 423484d commit 0a7495a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/client-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
with:
python-version: "3.9"

- name: Install Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'

- name: Install OpenAPI Generator CLI
# todo error - this needs java
run: npm install @openapitools/openapi-generator-cli -g

- name: Generate Client Code
Expand Down

0 comments on commit 0a7495a

Please sign in to comment.