Skip to content

Commit

Permalink
Add missing version for maven-javadoc-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jul 29, 2024
1 parent 4acb2d6 commit f16e5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
distribution: 'zulu'
cache: maven
- name: Generate Javadoc
run: ./mvnw $MAVEN_ARGS javadoc:javadoc
run: ./mvnw $MAVEN_ARGS compile javadoc:javadoc
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<failOnWarnings>true</failOnWarnings>
<links>
Expand Down

0 comments on commit f16e5df

Please sign in to comment.