Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make javadoc work with java8 #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

soloturn
Copy link

currently ther are two problems. first is with diffplus spotless,
which fails the formatting when using java8:
diffplug/spotless#658

second, javadoc fails when using java9 and newer when not setting
JAVA_HOME like on many linux distros, and macos:
apache/maven-javadoc-plugin@4bf64b02

this will be only fixed with the maven-javadoc-plugin- 3.2.1
whenever it will be released.

Thank you so much to take time to contribute to the project.

Before submitting the pull-request please ensure that you have first:

  • read the contribution guidelines
  • rebased your branch over master
  • verified that project is compiling and that tests pass: mvn -Prun-its clean install
  • marked as closed (in the commit comments) all issues ID that this PR should correct

currently ther  are two problems. first is with diffplus spotless,
which fails the formatting when using java8:
diffplug/spotless#658

second, javadoc fails when using java9 and newer when not setting
JAVA_HOME like on many linux distros, and macos:
apache/maven-javadoc-plugin@4bf64b02

this will be only fixed with the maven-javadoc-plugin- 3.2.1
whenever it will be released.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant