Open kevinvanmierlo opened 8 years ago
The newest update broke it for me too, in the Event Log it says:
Dependencies Version Checker: Error occurred when processing inputted script by gradle.
Having the same issue
Are you defining plugins using the plugin DSL? If so, then you can try using a buildscript
block instead. I think the build script rewriting needs to detect and use whichever approach the project adopted.
Version 1.2 of the plugin also is throwing an exception in Android Studio 1.5.1.
Plugin Error: Dependencies Version Checker threw an uncaught PluginException.
PluginException: VersionCheckWindow : Unsupported major.minor version 52.0 [Plugin: io.github.takuaraki.dvc]
I assume these are related to the recent attempts to make it work with 2.0 Beta? It should probably be backwards compatible until 2.0 is out of beta.
+1
idea seems great, tried to use it but have got the same error
+1
Not work for me too, have beta7 and mac os
Log
Dependencies Version Checker: Error occurred when processing inputted script by gradle.
+1
+1
I'm having the same issue has there ever been a solution to this?
Supposedly Android Studio is building this feature directly in. This looks to be a problem due to the JDK versions (52.0 == JDK8). This plugin is delegating to the gradle-versions-plugin, so you could use that instead if JDK8 doesn't solve your problems.
This plugin is still broken at this time.
However, since Android 2.2 there is a way to do this built-in now, via the Project Structure dialog. See How to check if gradle dependency has new version for the steps.
As the title says, it doesn't work anymore. It gives me an error when I try to run it.