We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6b5fb commit b13e3d6Copy full SHA for b13e3d6
1 file changed
.github/workflows/build.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/setup-java@v5
14
with:
15
java-version: '25'
16
+ cache: 'maven'
17
distribution: 'temurin'
18
- name: Build and run tests
19
run: mvn verify
@@ -27,6 +28,7 @@ jobs:
27
28
29
30
distribution: 'graalvm-community'
31
32
- name: Run tests with native-image
33
run: mvn test -PnativeTest
34
publish:
@@ -46,6 +48,7 @@ jobs:
46
48
47
49
50
51
52
- name: Build native-image
53
run: "mvn native:compile -Pnative -Pprod '-P!dev'"
54
- name: Build Docker image
0 commit comments