mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update azure-pipelines-1.yml for Azure Pipelines
This commit is contained in:
parent
245ee16152
commit
fde0c878e4
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- task: JavaToolInstaller@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: '17'
|
||||||
|
jdkArchitectureOption: 'x64'
|
||||||
|
jdkSourceOption: 'PreInstalled'
|
||||||
- task: Maven@3
|
- task: Maven@3
|
||||||
inputs:
|
inputs:
|
||||||
mavenPomFile: 'pom.xml'
|
mavenPomFile: 'pom.xml'
|
||||||
|
|
Loading…
Reference in a new issue