We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40887 commit 6164836Copy full SHA for 6164836
2 files changed
.github/workflows/samples-jaxrs.yaml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/setup-java@v5
43
with:
44
distribution: 'temurin'
45
- java-version: 8
+ java-version: 11
46
- name: Cache maven dependencies
47
uses: actions/cache@v4
48
env:
samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations/.openapi-generator-ignore
@@ -21,3 +21,7 @@
21
#docs/*.md
22
# Then explicitly reverse the ignore rule for a single file:
23
#!docs/README.md
24
+#
25
26
27
0 commit comments