uklance/gradle-java-monkey-patch

Can't load plugin

Closed this issue · 4 comments

I do see the plugin listed here

https://plugins.gradle.org/plugin/com.lazan.java-monkey-patch

But when I add this my build.gradle file

plugins {
id "com.lazan.java-monkey-patch" version "1.0"
}

I get the error

Error:Could not find gradle.plugin.com.lazan:java-monkey-patch:1.0.
Searched in the following locations:
https://plugins.gradle.org/m2/gradle/plugin/com/lazan/java-monkey-patch/1.0/java-monkey-patch-1.0.pom
https://plugins.gradle.org/m2/gradle/plugin/com/lazan/java-monkey-patch/1.0/java-monkey-patch-1.0.jar
Required by:
project :

Thanks

Looks like this issue. I just checked and I published with version 0.9.5 of the publishing plugin. I'll need to publish again with 0.9.7+

Currently waiting for gradle team to delete the broken plugin
See here

Fixed, please try again now

Working now thanks