Skip to content

Commit 8e7cf41

Browse files
bluestreak01claude
andcommitted
ci: use JDK 11 for javadoc validation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7f88b49 commit 8e7cf41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ stages:
2626
submodules: false
2727
ref: $(System.PullRequest.SourceBranch)
2828
- task: JavaToolInstaller@0
29-
displayName: "Install Java 17"
29+
displayName: "Install Java 11"
3030
inputs:
31-
versionSpec: "17"
31+
versionSpec: "11"
3232
jdkArchitectureOption: "x64"
3333
jdkSourceOption: "PreInstalled"
3434
- bash: mvn -f core/pom.xml javadoc:javadoc -Pjavadoc --batch-mode

0 commit comments

Comments
 (0)