Skip to content

Commit

Permalink
chore(ci): azure: use JDK 17 for test
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Dec 29, 2024
1 parent aa6a1f2 commit db8c4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-pipelines/test_java17_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
inputs:
tasks: 'testOnJava17'
options: '--build-cache -PenvIsCi'
jdkVersionOption: '1.11'
jdkVersionOption: '1.17'
- script: |
# stop the Gradle daemon to ensure no files are left open (impacting the save cache operation later)
./gradlew --stop
Expand Down

0 comments on commit db8c4f5

Please sign in to comment.