Skip to content

Commit

Permalink
no needs for -missing on java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 9, 2024
1 parent 5854997 commit 833daba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<sourcepath>src/main/java</sourcepath>
<notimestamp>true</notimestamp>
<quiet>true</quiet>
<doclint>all,-missing</doclint>
<doclint>all</doclint>
<failOnWarnings>true</failOnWarnings>
<excludePackageNames>software.amazon.awssdk.crt.internal</excludePackageNames>
</configuration>
Expand Down

0 comments on commit 833daba

Please sign in to comment.