We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7064f2c commit fb57734Copy full SHA for fb57734
1 file changed
pom.xml
@@ -161,10 +161,6 @@
161
162
<build>
163
<plugins>
164
- <plugin>
165
- <artifactId>maven-javadoc-plugin</artifactId>
166
- <version>3.2.0</version>
167
- </plugin>
168
<plugin>
169
<artifactId>maven-jar-plugin</artifactId>
170
<version>3.2.0</version>
@@ -219,6 +215,9 @@
219
215
220
216
<groupId>org.apache.maven.plugins</groupId>
221
217
<artifactId>maven-javadoc-plugin</artifactId>
218
+ <configuration>
+ <source>8</source>
+ </configuration>
222
223
<executions>
224
<execution>
0 commit comments