오류관리
[Gradle] not found in root project
k9e4h
2016. 4. 14. 09:38
오류
FAILURE: Build failed with an exception.
* What went wrong:
Task 'eclipse;' not found in root project 'proejct name'. Some candidates are: 'eclipse', 'eclipseJdt', 'eclipseWtp'.
* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
오류 상황
SVN 읽어오고 gradle 하는데 build failed
오류 원인
gradle eclipse
라고 명령어를 쳐야하는데
gradle eclipse;
라고침.. 세미콜론!
오류를 꼼꼼히 잘 읽어 보자!
반응형