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 d791cb7 commit 33a6087Copy full SHA for 33a6087
.github/workflows/build.yml
@@ -44,16 +44,16 @@ jobs:
44
run: git config --global core.autocrlf false
45
if: startsWith(matrix.os, 'windows')
46
47
- - uses: actions/checkout@v3
48
- - name: Set up JDK 11
49
- uses: actions/setup-java@v3
+ - uses: actions/checkout@v4
+ - name: Set up JDK 17
+ uses: actions/setup-java@v4
50
with:
51
distribution: temurin
52
- java-version: 11
+ java-version: 17
53
cache: 'maven'
54
55
- name: Build with Maven
56
run: mvn -B clean install -Dno-format
57
58
- name: Build with Maven (Native)
59
- run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
+ run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
0 commit comments