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 cf7c4ca commit af41972Copy full SHA for af41972
.github/workflows/native-image-compile.yml
@@ -36,7 +36,9 @@ jobs:
36
mvn --version
37
38
- name: Run GraalVM Native Image compilation of Spring Boot App (Maven version instead of ./compile.sh)
39
- run: mvn -B clean package -P native --no-transfer-progress
+ run: |
40
+ source "$HOME/.sdkman/bin/sdkman-init.sh"
41
+ mvn -B clean package -P native --no-transfer-progress
42
43
native-image-compile-in-docker:
44
runs-on: ubuntu-latest
0 commit comments