해결된 질문
작성
·
299
0
Execution failed for task ':test'.
> Cannot access output property 'binaryResultsDirectory' of task ':test'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). For more information, please refer to https://docs.gradle.org/8.5/userguide/incremental_build.html#disable-state-tracking in the Gradle documentation.
> java.io.IOException: Cannot snapshot C:\Users\kyoun\OneDrive\���� ȭ��\����\project\servlet\build\test-results\test\binary\output.bin: not a regular file
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
4 actionable tasks: 1 executed, 3 up-to-date
섹션3 첫번째 강의 테스트 코드 작성하는데 다음과 같은 오류가 뜹니다. 어떻게 해결해야 하나요?
setting- gradle에서 테스트를 intellij로 변경하니 정상 작동 되더라고요