Comment 5 for bug 1820389

Revision history for this message
Tiago Stürmer Daitx (tdaitx) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.

The important error in the log is:

  Caused by: java.lang.NoSuchMethodError:
java.lang.invoke.MethodHandles.privateLookupIn(Ljava/lang/Class;Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/invoke/MethodHandles$Lookup;

which in turn is caused by the debian/patches/java11-compatibility.patch that introduces a patch to handle the missing unsafe features from OpenJDK 11 by using MethodHandles instead. Unfortunately this means that gradle won't work with OpenJDK 8 until this patch is reworked.