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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -