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
If I use implementation "com.github.moquette-io:moquette-broker:${moquetteVersion}" with jitpack, as specified in the documentation, I get 401 unauthoried from jitpack.
I had to change it to implementation "com.github.moquette-io.moquette:moquette-broker:${moquetteVersion}" for the 401 to go away.
The text was updated successfully, but these errors were encountered:
If I use
implementation "com.github.moquette-io:moquette-broker:${moquetteVersion}"
with jitpack, as specified in the documentation, I get 401 unauthoried from jitpack.I had to change it to
implementation "com.github.moquette-io.moquette:moquette-broker:${moquetteVersion}"
for the 401 to go away.The text was updated successfully, but these errors were encountered: