albertogoffi / toradocu

Toradocu - automated generation of test oracles from Javadoc documentation
Other
42 stars 21 forks source link

compileKotlin task fails with OpenJDK #228

Open gorla opened 6 years ago

gorla commented 6 years ago

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 commented 6 years ago

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?