AboutLibraries icon indicating copy to clipboard operation
AboutLibraries copied to clipboard

`prepareLibraryDefinitions` won't rerun when dependency changes

Open FooIbar opened this issue 6 months ago • 4 comments

Clone this repository and run

./gradlew :app:prepareLibraryDefinitionsDebug

Change activity to 1.10.0 and run again

./gradlew :app:prepareLibraryDefinitionsDebug
> Task :app:prepareLibraryDefinitionsDebug UP-TO-DATE

A workaround is to run the task with --rerun

FooIbar avatar Aug 17 '25 08:08 FooIbar

what state of the plugin did you use? latest dev?

mikepenz avatar Aug 17 '25 09:08 mikepenz

The first step of the reproduction is

git clone https://github.com/mikepenz/AboutLibraries

So yes, latest dev

FooIbar avatar Aug 17 '25 09:08 FooIbar

./gradlew :app-test:exportLibraryDefinitions

bartequine-stack avatar Oct 28 '25 17:10 bartequine-stack

./gradlew :app-test:exportLibraryDefinitions

./gradlew :app-test:exportLibraryDefinitions✨

✨✨

bartequine-stack avatar Oct 28 '25 17:10 bartequine-stack