henrik242 / kotlin-really-allopen

3 stars 1 forks source link

Fix plugin repository for mavenLocal #1

Closed snowe2010 closed 5 years ago

henrik242 commented 5 years ago

Thanks!

henrik242 commented 5 years ago

@snowe2010 Somehow your patch didn't work for me (while it works for me without the patch). Any ideas why?

snowe2010 commented 5 years ago

you'll need to comment out the plugin declaration first, publish to maven local, and then uncomment the plugin description. It can't publish unless it can build, and it can't build because it can't find the plugin.

henrik242 commented 5 years ago

I did that without success. But that's a thing of the past now, since I've switched to GradleRunner :)