Skip to content

Commit 95d5f7d

Browse files
feat : enable native build
1 parent 6fcf55e commit 95d5f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kafka-sample-spring-modulith.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
distribution: 'temurin'
3131
cache: 'maven'
3232
- name: Build with Maven
33-
run: mvn -B verify --file pom.xml
33+
run: ./mvnw -B -Pnative verify --file pom.xml

0 commit comments

Comments
 (0)