sgroschupf/zkclient

gradle 2.x

Closed this issue · 1 comments

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

Fixed in master