gradle-retrolambda icon indicating copy to clipboard operation
gradle-retrolambda copied to clipboard

Compilation failed due to missing META-INF

Open vovkab opened this issue 9 years ago • 0 comments

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:

  • TypedAdapterFactory is not loaded with ServiceLoader on Android #100
  • Wrong placement of generated META-INF/services https://github.com/evant/gradle-retrolambda/issues/110

vovkab avatar May 25 '16 18:05 vovkab