Skip to content

Commit

Permalink
Update openapi-generator.yml
Browse files Browse the repository at this point in the history
Moving to Java 17
  • Loading branch information
karen-avetisyan-mc authored Jan 29, 2025
1 parent d49b30f commit 9eb9936
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 18
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '18'
java-version: '17'
distribution: adopt
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 9eb9936

Please sign in to comment.