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 c35cb70 commit d7a7b02Copy full SHA for d7a7b02
.github/workflows/samples.yaml
@@ -51,7 +51,7 @@ jobs:
51
java --version
52
native-image --version
53
- name: Build native image
54
- run: ./mvnw -pl core,extensions,samples/${{ matrix.sample }} -U -D"maven.test.skip" -Pnative -D"license.skip=true" clean package
+ run: ./mvnw -pl core,extensions,samples/${{ matrix.sample }} -U -D"maven.test.skip" -Pnative -D"license.skip=true" clean package -B -V --no-transfer-progress
55
- name: Run with native image
56
run: ./samples/${{ matrix.sample }}/target/mybatis-spring-native-sample-${{ matrix.sample }}
57
- name: Run with executable jar on AOT mode
0 commit comments