Update azure-pipelines-1.yml for Azure Pipelines

This commit is contained in:
MaruthiShankarG 2024-02-22 23:48:32 +05:30
parent 1004b593c8
commit 0679ce52e0

View file

@ -10,11 +10,11 @@ pool:
vmImage: ubuntu-latest vmImage: ubuntu-latest
steps: steps:
- task: JavaToolInstaller@0 - task: UseJavaVersion@0
inputs: inputs:
versionSpec: '17' version: '17' # Specify the Java version you need
jdkArchitectureOption: 'x64' addToPath: true
jdkSourceOption: 'PreInstalled'
- task: Maven@3 - task: Maven@3
inputs: inputs:
mavenPomFile: 'pom.xml' mavenPomFile: 'pom.xml'