Skip to content

Commit 3b53bf5

Browse files
committed
Javadoc was broken on JDK 11
1 parent 95b0117 commit 3b53bf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
java-version: "${{ matrix.java }}"
1616
- name: Build with Maven
17-
run: mvn -B -V -ntp -Dstyle.color=always package
17+
run: mvn -B -V -ntp -Dstyle.color=always package javadoc:javadoc
1818
env:
1919
MAVEN_OPTS: -Djansi.force=true

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
</plugins>
4949
<pluginManagement>
5050
<plugins>
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-javadoc-plugin</artifactId>
54+
<version>3.5.0</version>
55+
</plugin>
5156
<plugin>
5257
<groupId>org.sonatype.plugins</groupId>
5358
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)