Issues when installing HiveMQ Edge

I am trying to install HiveMQ Edge on a Raspberry Pi 4B, running Raspberry Pi OS.

I have followed the installation instructions on github, but I get a build fail exception.

image

When doing the ./gradlew clean hivemqZip
I get the following fault:

Could not determine the dependencies of task ‘:hivemqZip’.
Task with path ‘:hivemqZip’ not found in project ‘:hivemq-edge-module-modbus’.

Any idea how I can get this to work?

Thanks

Hello, @simen!

Warm greetings and a heartfelt welcome to the HiveMQ Community! We’re thrilled to have you here, showing interest in MQTT and the HiveMQ broker. It’s always a pleasure to welcome new users like you.

To address the issue, we kindly request you to use the following command (please note that the : is important):

./gradlew :hivemqEdgeZip

We have also updated the installation instructions to reflect this change. We sincerely appreciate you bringing this matter to our attention. If you have any further questions or need assistance, feel free to reach out. Happy coding!

Best regards,
Dasha from HiveMQ Team

Thanks alot Dasha!

This should probably be updated on this page as well:

Best wishes
Simen

Hello @simen ,

Thank you for the follow-up!

We have also updated this page to reflect the appropriate build instructions. Let us know if you encounter any further roadblocks during the process! We’re always happy to assist.

Best,
Aaron from the HiveMQ Team