ghale / gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs.
123 stars 42 forks source link

Fix MissingMethodException in isMinimumPluginVersionInstalled method #84

Closed prestontim closed 6 years ago

prestontim commented 7 years ago

Looks like the getPluginVersion() method was removed in ab117d5. I just gutted the isMinimumPluginVersionInstalled() method and had it return false, which is effectively how it would have worked previously.

@ghale, can you please merge this in and release a new version soon?

Thanks, Tim P.