Back-End/spring
옛 SpringBoot 프로젝트 버전올리기 4 - Plugin with id 'spring-boot' not found.
인기쟁이 돌고래
2021. 5. 9. 19:26
A problem occurred evaluating root project 'projectName'.
> Plugin with id 'spring-boot' not found.
plugin 이름이 spring-boot > org.springframework.boot 으로 변경되었다고한다
stackoverflow.com/questions/26577805/spring-boot-gradle-plugin-cant-be-found
spring-boot gradle plugin can't be found
I have a separate gradle script that is just adding spring-boot plugin. It looks like this: buildscript { repositories { mavenLocal() mavenCentral() maven { url 'http:/...
stackoverflow.com