Closed BigMichi1 closed 2 years ago
When using a platform you probably have to enable constraints on the versions plugin, did you enable this?
If a dependency is removed, that usually means it's not reported (anymore) by the versions plugin.
I'm not sure if that's also the case for runtimeOnly
, but you can check report.json
generated by the versions plugin to verify if it's in there or not. I'm happy to investigate as well if you have a minimal project that reproduces this.
still trying to reproduce it, but looks like after using the plugin in multiple projects only one is affected by this "issue" so i assume something is wrong with the project itself. will report back if i find a reproducer
hi, we have in our project some runtime dependencies defined like
and in
libs.versions.toml
the followingadditionally, we are using the platform plugin to import the openfeign bom to manage the versions so
build.gradle
for the platform project containswhen now running the update task the
openfeign-micrometer
gets removed but theopenfeign-error-decoder
stays in thelibs.versions.toml
file and the build breaks because theruntimeOnly
dependency declaration is invalid