Skip to content

Commit

Permalink
Javadoc was broken on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jun 29, 2023
1 parent 95b0117 commit 3b53bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
java-version: "${{ matrix.java }}"
- name: Build with Maven
run: mvn -B -V -ntp -Dstyle.color=always package
run: mvn -B -V -ntp -Dstyle.color=always package javadoc:javadoc
env:
MAVEN_OPTS: -Djansi.force=true
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 3b53bf5

Please sign in to comment.