mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update maven-build.yml
This commit is contained in:
parent
ea68ae3958
commit
9420335ecf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup Java and Maven
|
- name: Setup Java and Maven
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
- name: Check java and mvn version
|
- name: Check java and mvn version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue