Skip to content

this is a shell for windows to clean all gradle daemon process

Notifications You must be signed in to change notification settings

AndyWu2015/clean-gradle-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

clean-gradle-daemon

this is a shell for windows to clean all gradle daemon process

copy the following code and save as a bat file and run it. That is all.


@echo off
echo ------------------------------------------
echo Liferay Kill All Gradle Daemon Process Kit
echo ------------------------------------------
for /f %%i in ('call jps^|find /i "GradleDaemon"') do ( echo %%i && taskkill /f /pid %%i )

About

this is a shell for windows to clean all gradle daemon process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published