We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c8533 commit 3edf836Copy full SHA for 3edf836
pom.xml
@@ -106,6 +106,14 @@
106
<encoding>${project.build.sourceEncoding}</encoding>
107
</configuration>
108
</plugin>
109
+ <plugin>
110
+ <groupId>org.apache.maven.plugins</groupId>
111
+ <artifactId>maven-javadoc-plugin</artifactId>
112
+ <version>3.3.1</version>
113
+ <configuration>
114
+ <source>${java.version}</source>
115
+ </configuration>
116
+ </plugin>
117
<plugin>
118
<groupId>org.apache.maven.plugins</groupId>
119
<artifactId>maven-site-plugin</artifactId>
@@ -158,7 +166,6 @@
158
166
159
167
160
168
<artifactId>maven-javadoc-plugin</artifactId>
161
- <version>3.1.0</version>
162
169
<executions>
163
170
<execution>
164
171
<id>attach-javadocs</id>
0 commit comments