mirror of
https://github.com/jlengrand/spring-petclinic.git
synced 2026-03-10 08:41:24 +00:00
Use the provided maven wrapper
This commit is contained in:
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
|||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Build with Maven
|
- name: Build with Maven Wrapper
|
||||||
run: mvn -B package --file pom.xml
|
run: ./mvnw -B package
|
||||||
|
|||||||
Reference in New Issue
Block a user