gradle-libraries-plugin icon indicating copy to clipboard operation
gradle-libraries-plugin copied to clipboard

gradle-version-plugin report

Open manland opened this issue 7 years ago • 2 comments

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.

manland avatar Oct 26 '17 10:10 manland

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.

fkorotkov avatar Nov 04 '17 18:11 fkorotkov

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.

manland avatar Nov 07 '17 08:11 manland