How to stop elasticsearch instance after running gradlew run

I run elasticsearch instance by running gradlew run.
So once its running if i make any changes to any files ,i need to restart my windows because .lock file in distribution directory does not get deleted by running gradle clean.
Is there any command so that i can restart my elasticsearch without having to restart my windows.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.