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

Compilation failed due to missing META-INF #190

Open vovkab opened 8 years ago

vovkab commented 8 years ago

Gradle: 2.10 Android plugin: 2.1.0 Retrolambda: 3.2.0 Immutables: 2.2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileRetrolambdaDebug'.
> java.io.FileNotFoundException: my-project/build/intermediates/classes/project/debug/META-INF/services

While actual file is generated in:

my-project/build/retrolambda/debug/META-INF/services/com.google.gson.TypeAdapterFactory

Related issues: