kaklakariada / fritzbox-java-api

Java API for managing FritzBox HomeAutomation
GNU General Public License v3.0
20 stars 14 forks source link

gradle build fails #1

Closed WolfgangFahl closed 6 years ago

WolfgangFahl commented 6 years ago

./gradlew clean install

FAILURE: Build failed with an exception.

BUILD FAILED

WolfgangFahl commented 6 years ago

see https://github.com/kaklakariada/fritzbox-java-api/pull/2 for a working maven pom.xml

kaklakariada commented 6 years ago

The instructions in readme where wrong. I updated them. Please use this command:

./gradlew clean publishToMavenLocal
WolfgangFahl commented 6 years ago

I am using a maven based eclipse environment. Gradle is not useful in my environment.