Skip to content

Commit

Permalink
Update openapi-generator.yml
Browse files Browse the repository at this point in the history
Moving back to 18
  • Loading branch information
karen-avetisyan-mc authored Jan 29, 2025
1 parent 9eb9936 commit 6175a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openapi-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
name: generated-client
path: java-client/
- name: Set up JDK 17
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '18'
distribution: adopt
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 6175a14

Please sign in to comment.