<@U61EJ4P4J> <@U092308M7> I solved the weird crash...
# intellij
e
@hho @orangy I solved the weird crash I had. Since you’re probably curious what the problem was: ./gradlew were using this path for the jdk:
/Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home
And in IntelliJ I had setup this path:
/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home
So, they were using different jdk8 versions.
đź‘Ť 1