We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
albertogoffi
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: