ZeroOne3010 / yetanotherhueapi

A Java library for controlling Philips Hue lights. Available from the Maven Central.
MIT License
69 stars 20 forks source link

NoClassDefError on build #19

Closed jonteohr closed 3 years ago

jonteohr commented 3 years ago

I get this error when running a built version of my app:

java.lang.NoClassDefFoundError: io/github/zeroone3010/yahueapi/discovery/HueBridgeDiscoveryService

Any ideas of how to fix? Works fine when running the app in intellij, but once built it won't work