Use the provided maven wrapper

This commit is contained in:
Antoine Rey
2021-10-05 18:27:21 +02:00
committed by Dave Syer
parent 198f5e288c
commit 30d0e2a856

View File

@@ -22,5 +22,5 @@ jobs:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build with Maven Wrapper
run: ./mvnw -B package