diff options
author | Lars Grefer <eclipse@larsgrefer.de> | 2020-08-13 03:58:56 +0200 |
---|---|---|
committer | Lars Grefer <eclipse@larsgrefer.de> | 2020-08-13 03:58:56 +0200 |
commit | cd2eedb6f5684e47c0cefa6c2f4bab9868b9e772 (patch) | |
tree | d4e3417637ea4f496478bde5475b950f4fece84f /runtime/pom.xml | |
parent | 85ccda9262dee2446eb53ceb5fc07b1d36ff6630 (diff) | |
download | aspectj-cd2eedb6f5684e47c0cefa6c2f4bab9868b9e772.tar.gz aspectj-cd2eedb6f5684e47c0cefa6c2f4bab9868b9e772.zip |
Fix Javadoc generation on Java 11
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
Diffstat (limited to 'runtime/pom.xml')
-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> |