File tree 2 files changed +4
-17
lines changed
2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
strategy :
14
14
matrix :
15
- java : [ '8 ', '17' ]
15
+ java : [ '11 ', '17' ]
16
16
os : [ 'ubuntu-latest', 'windows-latest' ]
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
Original file line number Diff line number Diff line change @@ -244,32 +244,19 @@ under the License.
244
244
<plugin >
245
245
<groupId >org.apache.maven.plugins</groupId >
246
246
<artifactId >maven-javadoc-plugin</artifactId >
247
- <version >3.0.1 </version >
247
+ <version >3.6.0 </version >
248
248
<configuration >
249
- <source >1.8 </source >
249
+ <source >11 </source >
250
250
<detectJavaApiLink >false</detectJavaApiLink >
251
251
<subpackages >org.scoverage.plugin</subpackages >
252
252
<links >
253
- <link >https://docs.oracle.com/javase/8 /docs/api/</link >
253
+ <link >https://docs.oracle.com/javase/11 /docs/api/</link >
254
254
<link >https://maven.apache.org/ref/${maven.version} /maven-plugin-api/apidocs/</link >
255
255
<link >https://maven.apache.org/ref/${maven.version} /maven-project/apidocs/</link >
256
256
<link >https://maven.apache.org/ref/${maven.version} /maven-reporting/maven-reporting-api/apidocs/</link >
257
257
<link >https://maven.apache.org/doxia/doxia/apidocs/</link >
258
258
</links >
259
259
<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 >
273
260
</configuration >
274
261
</plugin >
275
262
You can’t perform that action at this time.
0 commit comments