Created
January 27, 2025 16:57
-
-
Save cdsap/75ca6463b18129dd330760fd81b4be0a to your computer and use it in GitHub Desktop.
Jps commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Kill all Gradle/Kotlin processes | |
jps | grep -E "GradleDaemon|KotlinCompileDaemon" | awk '{print $1}' | xargs -r kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment