Tony Robalik
Tony Robalik
I think this is a bug in Gradle. See https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/685#issuecomment-1650309499. tl;dr you can manually wire the tasks together.
https://github.com/gradle/gradle/issues/25885
Thanks for the report. This looks sort of like https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/884 and may be a duplicate.
That file name is 291 bytes apparently. 🤔 ``` $ echo -n org.ehcache__ehcache__3.10.8__org.ehcache.modules__ehcache-107__org.ehcache.modules__ehcache-107-provider__org.ehcache.modules__ehcache-api__org.ehcache.modules__ehcache-core__org.ehcache.modules__ehcache-impl__org.ehcache.modules__ehcache-xml__org.ehcache.modules__ehcache-xml-provider.json | wc -c 291 ``` it also uniquely identifies the dependency. Per a search ``` 255 bytes...
That's actually a bit concerning, because the DAGP tasks shouldn't be included as part of `assemble` -- there was an internal but that was fixed a long time ago. I...
Can you try some versions in between 1.19 and 1.30? I'm curious when this started appearing for you. I did just try `assemble` on my own non-trivial work project, and...
https://github.com/autonomousapps/dependency-analysis-gradle-plugin/pull/1135 addresses the issue with assemble, also updating the test so that it would have failed with Gradle 8.4.
This issue has been resolved.
Thanks for the issue. This isn't something I'd be willing to spend time working on. I personally feel that it is too _subtle_ to have high value for the vast...
Thanks for the issue. I recognize that the current limitation to analyzing only plugins means that this plugin misses a lot. I would be interested to hear your implementation suggestions...