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

FIX build on system without JAVA_HOME set #3038

Merged
merged 2 commits into from
May 10, 2023

Conversation

rPraml
Copy link
Contributor

@rPraml rPraml commented Apr 26, 2023

On our machines , JAVA_HOME is not set by default.
There is a bug in older javadoc plugins and it will fail with:

Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set

See: https://issues.apache.org/jira/browse/MJAVADOC-650

In this PR I removed some overriding version declarations. So we use the versions managed by the java11-oss pom:

  • javadoc 3.5.0
  • maven-surefire 4.0.0
  • maven-compiler 3.11.0

@rbygrave Note, that there are diffent kotlin versions specified:

  • 1.6.0 in ebean-kotlin (this is still compiled for java 8) - maybe intended?
  • 1.8.10 in querybean-generator and tests

@rbygrave rbygrave added this to the 13.18.0 milestone May 10, 2023
@rbygrave rbygrave merged commit 283ab7a into ebean-orm:master May 10, 2023
1 check passed
@rPraml rPraml deleted the fix-javadoc-plugin branch August 10, 2023 14:36
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.

None yet

2 participants