Browse Source

Fix Javadoc generation on Java 11

Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
tags/V1_9_7M1
Lars Grefer 3 years ago
parent
commit
cd2eedb6f5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      runtime/pom.xml

+ 1
- 0
runtime/pom.xml View File

@@ -38,6 +38,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<source>8</source>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save