Update azure-pipelines-1.yml for Azure Pipelines

This commit is contained in:
MaruthiShankarG 2024-02-22 23:32:44 +05:30
parent 245ee16152
commit fde0c878e4

View file

@ -10,6 +10,11 @@ pool:
vmImage: ubuntu-latest
steps:
- task: JavaToolInstaller@0
inputs:
versionSpec: '17'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'