evant / gradle-retrolambda

A gradle plugin for getting java lambda support in java 6, 7 and android
Apache License 2.0
5.3k stars 449 forks source link

Error "Failed to notifiy project evaluation listener" in Gradle 5 #273

Closed agpfrick closed 5 years ago

agpfrick commented 5 years ago

Hello. I tried building simple hello world project in Gradle 5 but it has this error:

* What went wrong:
A problem occurred configuring root project 'myjava'.
> Failed to notify project evaluation listener.
   > org.gradle.api.tasks.SourceSetOutput.getClassesDir()Ljava/io/File;

If I use gradle 4.x, it compiles fine. Any idea to fix this? Thank you.

DanySK commented 5 years ago

Same error here, affecting Protelis/Protelis#195 Here is a failing job example.

evant commented 5 years ago

Released version 3.7.1 which should be compatible with gradle 5+