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 6fcf55e commit 95d5f7dCopy full SHA for 95d5f7d
.github/workflows/kafka-sample-spring-modulith.yml
@@ -30,4 +30,4 @@ jobs:
30
distribution: 'temurin'
31
cache: 'maven'
32
- name: Build with Maven
33
- run: mvn -B verify --file pom.xml
+ run: ./mvnw -B -Pnative verify --file pom.xml
0 commit comments