powsybl / powsybl-afs

AFS modules for powsybl
Mozilla Public License 2.0
3 stars 1 forks source link

Workaround javadoc generation issue with JDK 11 #106

Closed sylvlecl closed 2 years ago

sylvlecl commented 2 years ago

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bugfix

What is the current behavior? (You can also link to an open issue here)

Our code references java 8 classes from javaEE 7.0, which does not seem to work well while generating javadoc.

What is the new behavior (if this is a feature change)?

We use the "release=8" option to ensure source compatibility.