Skip to content

Commit 8697e6f

Browse files
dfa1claude
andcommitted
ci: skip javadoc for the benchmark module
The benchmark pom already documented exemption from the javadoc gate but only set maven.deploy.skip; JMH-generated sources were tripping failOnWarnings and failing CI's full-reactor verify. Add the intended maven.javadoc.skip. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent da6663c commit 8697e6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmark/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<zstd-jni.version>1.5.7-11</zstd-jni.version>
2424
<aircompressor.version>3.6</aircompressor.version>
2525
<!-- Benchmark code is exempt from the Javadoc gate; checkstyle still applies. -->
26+
<maven.javadoc.skip>true</maven.javadoc.skip>
2627
<maven.deploy.skip>true</maven.deploy.skip>
2728
</properties>
2829

0 commit comments

Comments
 (0)