IDE/Intellij
Could not resolve all files for configuration ':classpath'. > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.1.7.
잔망루피
2023. 12. 28. 15:52
에러 로그
스프링 부트 3점대를 사용하려고 OpenJDK 17도 설치했는데 build 할때 위와 같은 로그가 뜨면서 잘 안 된다.
해결
Build and run using, Run tests using을 'IntelliJ IDEA'로 변경하면 속도가 더 빠르다.
JVM을 설치한 17 버전으로 변경해준다.
참고 👇👇👇
https://jojoldu.tistory.com/698
반응형