wttech/gradle-aem-plugin

Fix Mvn build caching

pun-ky opened this issue · 2 comments


> Task :app:aem:ui.config:zip
Execution optimizations have been disabled for task ':app:aem:ui.config:zip' to ensure correctness due to the following reasons:
  - Additional action of task ':app:aem:ui.config:zip' was implemented by the Java lambda 'com.cognifide.gradle.aem.common.mvn.MvnModule$buildPackage$2$$Lambda$1925/0x00000008017e9840'. Reason: Using Java lambdas is not supported as task inputs. Please refer to https://docs.gradle.org/7.4.1/userguide/validation_problems.html#implementation_unknown for more details about this problem.
Invalidating VFS because task ':app:aem:ui.config:zip' failed validation

implemented in #888

Done. Anonymous class introduced.