build.gradle - Gradle: Show dependencies that have newer versions -


is there plugin or sth. else gradle informs when there new library versions available depedency?

might difficult if libs not stick well-known version conventions others think should possible find out!?

if there not, hints how implement feature appreciated.

thanks

no such plugin ships gradle. there might third-party plugin, i'm not aware of one. implement this, iterate on configuration's resolved dependencies (using configuration.resolvedconfiguration or configuration.incoming api) , query website (e.g. http://search.maven.org) or web service latest versions. api details, see gradle build language reference.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -