File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
organization : " bentobox-world"
6
6
7
7
jdk :
8
- - openjdk11
8
+ - openjdk8
9
9
10
10
script :
11
11
# - sonar-scanner
Original file line number Diff line number Diff line change 321
321
<artifactId >maven-compiler-plugin</artifactId >
322
322
<version >3.8.1</version >
323
323
<configuration >
324
- <release >8</release >
324
+ <source >${java.version} </source >
325
+ <target >${java.version} </target >
325
326
</configuration >
326
327
</plugin >
327
328
<plugin >
338
339
<groupId >org.apache.maven.plugins</groupId >
339
340
<artifactId >maven-javadoc-plugin</artifactId >
340
341
<version >3.1.1</version >
341
- <configuration >
342
+ <configuration >
343
+ <source >8</source >
342
344
<show >private</show >
343
345
<failOnError >false</failOnError >
344
346
<additionalJOption >-Xdoclint:none</additionalJOption >
345
347
<!-- To compile with Java 11, this tag may be required -->
346
- <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
348
+ <!-- < javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> -- >
347
349
</configuration >
348
350
<executions >
349
351
<execution >
350
352
<id >attach-javadocs</id >
353
+ <phase >install</phase >
351
354
<goals >
352
355
<goal >jar</goal >
353
356
</goals >
You can’t perform that action at this time.
0 commit comments