sgroschupf / zkclient

a zookeeper client, that makes life a little easier.
www.datameer.com
Apache License 2.0
1.08k stars 491 forks source link

gradle 2.x #49

Closed puntogil closed 8 years ago

puntogil commented 8 years ago

Hi can you provide a settings(.gradle) file with the following content: rootProject.name="zkclient" the reasons of this request are explained here https://discuss.gradle.org/t/rootproject-name-in-settings-gradle-vs-projectname-in-build-gradle/5704/2 I used for fix: echo 'rootProject.name="zkclient"' >> settings.gradle Regards Thanks in advance

jzillmann commented 8 years ago

Fixed in master