eclipse에서 gradle dependency가 안 보일 때,.
You should use the gradle eclipse plugin. Add this to your build.gradle
file:
apply plugin: "eclipse"
This will add eclipse related tasks to your build. By executing
gradlew cleanEclipse eclipse
그 다음
right-click the build.gradle file -> Gradle -> Refresh Dependencies.
reference: https://stackoverflow.com/questions/38171471/eclipse-not-recognizing-gradle-dependencies/38171826
'날리지 > 언어' 카테고리의 다른 글
우분투 18 에 docker 설치하기 (0) | 2020.09.14 |
---|---|
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException (0) | 2020.08.31 |
우분투에서 pptp vpn block 될 때 (0) | 2020.08.24 |
Pycharm에서 flask로 개발할 때, 포트 변경하는 방법 (0) | 2020.02.20 |
Pycharm에서 Unresolved Reference 에러 문제 해결 (0) | 2020.02.18 |