mirror of
https://github.com/jlengrand/spring-petclinic.git
synced 2026-03-10 00:31: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'
|
||||
distribution: 'adopt'
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Build with Maven Wrapper
|
||||
run: ./mvnw -B package
|
||||
|
||||
Reference in New Issue
Block a user