Backend
[Error] No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.1 was found.
호_두씨
2023. 1. 18. 13:05
상황: 스프링 버전 3.0.1로 프로젝트를 빌드할 때 다음과 같은 에러가 났다.
No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.1 was found.
원인 : jcenter 인증서 만료때문이였다.
해결 : build.gradle에서 스프링 버전을 2.7.7로 변경한 후 다시 빌드했다.