Skip to content

Commit f16e5df

Browse files
committed
Add missing version for maven-javadoc-plugin
1 parent 4acb2d6 commit f16e5df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
distribution: 'zulu'
4242
cache: maven
4343
- name: Generate Javadoc
44-
run: ./mvnw $MAVEN_ARGS javadoc:javadoc
44+
run: ./mvnw $MAVEN_ARGS compile javadoc:javadoc

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-javadoc-plugin</artifactId>
101+
<version>3.8.0</version>
101102
<configuration>
102103
<failOnWarnings>true</failOnWarnings>
103104
<links>

0 commit comments

Comments
 (0)