I keep finding my server not dying when my gradlew task is dead. I end up having to find which program is using the server port via the terminal and killing it manually, in order to start my server again.
Is that a known issue?
🚫 1
v
Vampire
09/06/2025, 10:33 AM
You don't mean at production, do you?
a
Alex Styl
09/06/2025, 10:49 AM
nope. during development
a
Aleksei Tirman [JB]
09/08/2025, 8:25 AM
How do you kill the Gradle task?
a
Alex Styl
09/08/2025, 8:32 AM
via intellij. I run it as a configuration (just a normal ./gradlew jvmRun) and i kill it with CMD +F12