Skip to content

Commit

Permalink
ci: update java requirements on azure pipelines
Browse files Browse the repository at this point in the history
* after the fix for sonar we forgot to update azure pipelines as well
  • Loading branch information
mercuriete committed Feb 22, 2024
1 parent aa799df commit ab2f90a
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 @@ -19,7 +19,7 @@ steps:
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkVersionOption: '17'
jdkArchitectureOption: 'x64'
tasks: 'assembleDebug'
displayName: gradlew assembleDebug
Expand Down

0 comments on commit ab2f90a

Please sign in to comment.