Configuration caching failure in Android projects #839
Labels
Content-Length: 235389 | pFad | http://github.com/mikepenz/AboutLibraries/issues/839
DDFetched URL: http://github.com/mikepenz/AboutLibraries/issues/839
Alternative Proxies:
About this issue
I've found an issue with caching in
AboutLibrary
plugin, a pretty serious I think.Details
The recipe for disaster:
registerAndroidTasks
is set totrue
in this case)debugImplementation
dependency in the main modulegradle.properties
file:org.gradle.configureondemand=true
,org.gradle.unsafe.configuration-cache=true
./gradlew :app:assembleRelease
Expected outcome:
Actual outcome:
So, in other words: assembling release application is broken.
I've prepared a sample application with this issue, reduced to the bare minimum needed to reproduce it:
https://github.com/ILikeYourHat/AboutLibrariesTestApp
Checklist
The text was updated successfully, but these errors were encountered: