gradlew run 하는 것이 너무 오래 걸려 커맨드를 강제 종료하였더니,
그 이후부터는 gradlew run도 안되고, gradlew clean 도 안됨.

#에러메세지 양상은 대략 아래와 같음.
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':distribution:run'. > Unable to delete directory 'xxxxxxxx' Failed to delete some children. This might happen because a process has files open or has its working directory set in the target directory. - ......

#해결방법.
win+R 버튼,
resmon 을 입력하고 클릭
cpu 탭에서 위의 메시지에 나온 디렉터리 파일중에 실행중인것을 프로세스 종료!
나는 java.exe 종료했더니

그 이후로 gradlew clean 성공함.

 

+ Recent posts