Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5f967e6

Browse filesBrowse files
committed
Fix javadoc on java 11
1 parent f25dbd1 commit 5f967e6
Copy full SHA for 5f967e6

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-javadoc-plugin</artifactId>
7878
<version>3.1.1</version>
79+
<configuration>
80+
<source>8</source>
81+
</configuration>
7982
</plugin>
8083
</plugins>
8184
</pluginManagement>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.