diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 7438c7453..e1acdd916 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -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'