Skip to content

Commit 6164836

Browse files
authored
update workflow to use jdk 11 (OpenAPITools#21912)
1 parent ee40887 commit 6164836

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/samples-jaxrs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/setup-java@v5
4343
with:
4444
distribution: 'temurin'
45-
java-version: 8
45+
java-version: 11
4646
- name: Cache maven dependencies
4747
uses: actions/cache@v4
4848
env:

samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#
25+
#
26+
#
27+
#

0 commit comments

Comments
 (0)