Skip to content
New issue

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

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

Already on GitHub? # to your account

compileKotlin task fails with OpenJDK #228

Open
gorla opened this issue May 21, 2018 · 1 comment
Open

compileKotlin task fails with OpenJDK #228

gorla opened this issue May 21, 2018 · 1 comment
Assignees

Comments

@gorla
Copy link
Collaborator

gorla commented May 21, 2018

Users using OpenJDK 8 cannot successfully build toradocu because the compileKotlin task implicitly assumes that standard JDK 8 is needed.

Can we remove this assumption (i.e. can we get rid of kotlin?) or at least add a check in gradle? The failing message is scary and not clear at all.

@albertogoffi albertogoffi self-assigned this May 23, 2018
@albertogoffi
Copy link
Owner

I cannot reproduce the issue on a Linux server with OpenJDK 1.8.0_171. The following command runs fine:

 ./gradlew -Dorg.gradle.java.home=/usr/lib/jvm/java-8-openjdk-amd64 compileKotlin

Could you share the failure message?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants