Skip to content

Commit 6175a14

Browse files
Update openapi-generator.yml
Moving back to 18
1 parent 9eb9936 commit 6175a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openapi-generator.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
name: generated-client
2828
path: java-client/
29-
- name: Set up JDK 17
29+
- name: Set up JDK 18
3030
uses: actions/setup-java@v3
3131
with:
32-
java-version: '17'
32+
java-version: '18'
3333
distribution: adopt
3434
- name: Cache local Maven repository
3535
uses: actions/cache@v3

0 commit comments

Comments
 (0)