File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1212 build :
1313 strategy :
1414 matrix :
15- java : [ '8 ', '17' ]
15+ java : [ '11 ', '17' ]
1616 os : [ 'ubuntu-latest', 'windows-latest' ]
1717 runs-on : ${{ matrix.os }}
1818 steps :
Original file line number Diff line number Diff line change @@ -244,32 +244,19 @@ under the License.
244244 <plugin >
245245 <groupId >org.apache.maven.plugins</groupId >
246246 <artifactId >maven-javadoc-plugin</artifactId >
247- <version >3.0.1 </version >
247+ <version >3.6.0 </version >
248248 <configuration >
249- <source >1.8 </source >
249+ <source >11 </source >
250250 <detectJavaApiLink >false</detectJavaApiLink >
251251 <subpackages >org.scoverage.plugin</subpackages >
252252 <links >
253- <link >https://docs.oracle.com/javase/8 /docs/api/</link >
253+ <link >https://docs.oracle.com/javase/11 /docs/api/</link >
254254 <link >https://maven.apache.org/ref/${maven.version} /maven-plugin-api/apidocs/</link >
255255 <link >https://maven.apache.org/ref/${maven.version} /maven-project/apidocs/</link >
256256 <link >https://maven.apache.org/ref/${maven.version} /maven-reporting/maven-reporting-api/apidocs/</link >
257257 <link >https://maven.apache.org/doxia/doxia/apidocs/</link >
258258 </links >
259259 <notimestamp >true</notimestamp >
260- <!-- graphviz -->
261- <doclet >org.umlgraph.doclet.UmlGraphDoc</doclet >
262- <docletArtifact >
263- <groupId >org.umlgraph</groupId >
264- <artifactId >umlgraph</artifactId >
265- <version >5.6.6</version >
266- </docletArtifact >
267- <additionalOptions >
268- -inferrel -inferdep -quiet -hide (java|javax)\..*
269- -collpackages java\.util\..* -qualify
270- -postfixpackage -nodefontsize 9
271- -nodefontpackagesize 7
272- </additionalOptions >
273260 </configuration >
274261 </plugin >
275262
You can’t perform that action at this time.
0 commit comments