gradle-libraries-plugin
gradle-libraries-plugin copied to clipboard
gradle-version-plugin report
Hi, thx for this amazing plugin!
It's possible to have the report of gradle-version-plugin
after a call to gradle updateLibrairies
?
I have try to call gradle updateLibraries -DoutputFormatter=json
but not succedeed :'(
I want to automatize the call of gradle-libraries-plugin inside a continuous-integration and make a report of wan't has changed during the process.
Hey @manland, can you just diff dependencies.json
? I use this approach for example.
BTW do you want to fail a build if there are newer versions? I was thinking about adding checkLatestLibraries
task that will fail if there are newer versions of some libraries. Plus it would output info about available updates.
Hi @fkorotkov, yes I can do a diff on dependencies.json but the work is already done when you need to decide what to update nop ?
BTW I don't want to fail build if newer version exist. I want to make a PR containing the newer version. You can take a look on alpha version here.