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.
2 parents e9c10cf + 4f3512c commit e1f537eCopy full SHA for e1f537e
pom.xml
@@ -208,7 +208,10 @@
208
<artifactId>maven-javadoc-plugin</artifactId>
209
<version>3.2.0</version>
210
<configuration>
211
- <source>8</source>
+ <source>11</source>
212
+ <javadocExecutable>
213
+ ${java.home}/bin/javadoc
214
+ </javadocExecutable>
215
</configuration>
216
<executions>
217
<execution>
@@ -258,8 +261,8 @@
258
261
<artifactId>maven-compiler-plugin</artifactId>
259
262
<version>3.8.1</version>
260
263
- <target>8</target>
264
265
+ <target>11</target>
266
267
</plugin>
268
</plugins>
0 commit comments