diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 86d6d70ed..4830f842d 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -38,6 +38,7 @@ <goal>javadoc</goal> </goals> <configuration> + <source>8</source> </configuration> </execution> </executions> |