Skip to content

Commit

Permalink
Use jdk 11 to build on Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
fthevenet committed Apr 9, 2021
1 parent 7024f47 commit b04e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.12'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/TEST-*.xml'
Expand Down

0 comments on commit b04e624

Please sign in to comment.