gradle build sync failed
2022. 8. 8. 16:23ㆍ문제들
GRADLE SSL 오류
오류 : idea 설치 폴더 -> log -> idea.log 에서 확인
org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-7.5-bin.zip'.
Caused by: javax.net.ssl.SSLException
Caused by: java.lang.NullPointerException
gradle sync failed
해결책 1 : gradle의 경로를 https -> http 로 변경 : 2022.08 - 실패
해결책 2 : 로컬에 다운로드 후 직접 참조 @gradle-wrapper.properties
- 성공한 방법
- distributionUrl=gradle-7.5-bin.zip 로 바꾸고 gradle\wrapper 폴더에 gradle 다운받아넣기
- http://daplus.net/gradle-gradle-wrapper%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%A0-%EB%95%8C-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%ED%95%98%EC%A7%80-%EC%95%8A%EA%B3%A0-%EB%A1%9C%EC%BB%AC-%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%97%90/
- https://services.gradle.org/distributions/
해결책 3: ssl 인증서 관련
'문제들' 카테고리의 다른 글
gstatic 오탐 관련 이슈 (0) | 2022.10.12 |
---|---|
naming convention list (0) | 2022.07.31 |
~causes clipping. It is better to reconsider global gain scale value (2) | 2021.09.04 |
버튼을 눌렀을 때 새로고침이 되는 경우를 해결해보자 (0) | 2021.09.02 |
mysql port 3306 문제 (0) | 2021.08.20 |