soabase / exhibitor

ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.

Home Page:https://groups.google.com/forum/#!topic/exhibitor-users/PVkcd88mk8c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build throws: Plugin with id 'nebula.provided-base' not found

wjimenez5271 opened this issue · comments

getting this error when building:
Plugin with id 'nebula.provided-base' not found

any ideas?

It should work if your computer can resolve plugins.gradle.org / "https://plugins.gradle.org/m2/".

In case your cache got a partial you can try ./gradlew <tasks> --refresh-dependencies

@rspieldenner thanks, yep I can resolve that site. I probably should have mentioned I see this when following the instructions from: https://github.com/Netflix/exhibitor/wiki/Building-Exhibitor, which specifies using a different build.gradle than what is in the repo (I tried both). So not sure if its something in that buildfile that is causing it...

Clone from git instead of downloading zip

Closing this for now. You may re-open for further comments.
I would recommend using Maven for this if possible.