Isaac Udy
03/31/2026, 9:29 PM./gradlew :app:server:run --no-daemon. However, when I make some changes to the server application, I'm killing the terminal process with control-c, and then re-running the ./gradlew :app:server:run --no-daemon task, but it appears that there's still a java process for the server that's kept hanging. This ends up meaning I need to manually kill the server processes (as after a few re-runs of the server, I end up with 10+ java processes hanging around doing nothing). Is there something I am doing wrong with this setup? What's the correct way to run the server for development and then have it fully closed when I stop the gradle task?Aleksei Tirman [JB]
04/02/2026, 7:29 AMIsaac Udy
04/03/2026, 1:48 AMAleksei Tirman [JB]
04/03/2026, 7:31 AM