You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A second issue I found inside the documentation for step 4. The unzip command is different between the documentation and the advice found here. I found the unzip command in the community forum worked for installation.
Expected behavior
The build to complete successfully
Actual behavior
During the build process, the following errors are thrown
To Reproduce
Steps
Create a new install of HiveMQ Community edition and move into the new directory
Run command
sudo ./gradlew clean hivemqZip
Reproducer code
Details
I believe the error is coming from the line of code below. If I change the value of
JavaLanguageVersion.of
from 8 to 11, the build is successful.https://github.com/hivemq/hivemq-community-edition/blob/master/buildSrc/build.gradle.kts#L9
OpenJDK Runtime Environment (build 11.0.23+9-post-Ubuntu-1ubuntu120.04.2)
OpenJDK 64-Bit Server VM (build 11.0.23+9-post-Ubuntu-1ubuntu120.04.2, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: