/[Apache-SVN]
ViewVC logotype

Revision 1868622


Jump to revision: Previous Next
Author: mthl
Date: Sat Oct 19 13:30:07 2019 UTC (4 years, 6 months ago)
Changed paths: 1
Log Message:
Fixed: Make ‘javadoc’ build work with recent Java
(OFBIZ-11257)

With a recent OpenJDK release we had the following error

```
> Task :javadoc
javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
javadoc: error - The code being documented uses modules but the
packages defined in https://docs.oracle.com/javaee/7/api/ are in the
unnamed module.
[...]
2 errors
100 warnings

> Task :javadoc FAILED
```

With ‘javadoc --source 8’ this error disappears as described in
JDK-8212233 [1].

[1] https://bugs.openjdk.java.net/browse/JDK-8212233


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/build.gradle modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26