Skip to content

Commit 620b86d

Browse files
bluestreak01claude
andcommitted
ci: use bash for javadoc check to avoid Maven task path issues
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3134758 commit 620b86d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ stages:
3030
versionSpec: "17"
3131
jdkArchitectureOption: "x64"
3232
jdkSourceOption: "PreInstalled"
33-
- task: Maven@3
33+
- bash: mvn -f core/pom.xml javadoc:javadoc -Pjavadoc --batch-mode
3434
displayName: "Verify Javadoc"
35-
inputs:
36-
mavenPOMFile: "core/pom.xml"
37-
jdkVersionOption: "default"
38-
goals: "javadoc:javadoc"
39-
options: "-Pjavadoc --batch-mode"
4035

4136
- stage: BuildAndTest
4237
displayName: "Building and testing"

0 commit comments

Comments
 (0)