File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 os : [ubuntu-latest, windows-latest, macos-latest]
1818 runs-on : ${{ matrix.os }}
1919 env :
20- maven_commands : test # default is install
20+ maven_commands : test javadoc:javadoc # default is install
2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 341341 <artifactId >maven-javadoc-plugin</artifactId >
342342 <!-- NB: The same version declaration and configuration block also
343343 appears in the <reporting> section, and must be kept in sync. -->
344- <version >3.0.1 </version >
344+ <version >3.10.0 </version >
345345 <configuration >
346- <failOnError >false </failOnError >
346+ <failOnError >true </failOnError >
347347 <links >
348348 <link >http://docs.oracle.com/javase/8/docs/api/</link >
349349 </links >
You can’t perform that action at this time.
0 commit comments