mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update azure-pipelines-1.yml for Azure Pipelines
This commit is contained in:
parent
1004b593c8
commit
0679ce52e0
1 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ pool:
|
|||
vmImage: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- task: JavaToolInstaller@0
|
||||
- task: UseJavaVersion@0
|
||||
inputs:
|
||||
versionSpec: '17'
|
||||
jdkArchitectureOption: 'x64'
|
||||
jdkSourceOption: 'PreInstalled'
|
||||
version: '17' # Specify the Java version you need
|
||||
addToPath: true
|
||||
|
||||
- task: Maven@3
|
||||
inputs:
|
||||
mavenPomFile: 'pom.xml'
|
||||
|
|
Loading…
Reference in a new issue