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
I recently built and ran the server with the instructions in the readme. I'm not sure if this is a bug or not but the ./gradlew run command goes until > Building 95% > :wave:run and then waits for the user to connect to localhost:9898.
The phrase > Building 95% is misleading and lead me to believe that Gradle was still building the project even though I could connect to it. I'm not sure if this is a bug and it is supposed to say something else. If it's not a bug it should definitely be changed to something that alerts the developer that the build finished and they can connect to the server.
The text was updated successfully, but these errors were encountered:
Hi @inondle thanks for your comment. I couldn't say if that is a bug, as long as the "run" task is part of the gradle application plugin. We are going to check whether we can avoid that message from gradle or as workaround print a clear message in the console.
I recently built and ran the server with the instructions in the readme. I'm not sure if this is a bug or not but the
./gradlew run
command goes until> Building 95% > :wave:run
and then waits for the user to connect tolocalhost:9898
.The phrase
> Building 95%
is misleading and lead me to believe that Gradle was still building the project even though I could connect to it. I'm not sure if this is a bug and it is supposed to say something else. If it's not a bug it should definitely be changed to something that alerts the developer that the build finished and they can connect to the server.The text was updated successfully, but these errors were encountered: