mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 11:52:48 +00:00
Use the provided maven wrapper
This commit is contained in:
parent
198f5e288c
commit
30d0e2a856
1 changed files with 2 additions and 2 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue