Gradle1 [Spring][Gradle] Could not find method developmentOnly() for arguments [org.springframework.boot:spring-boot-devtools] on object of type 이슈 1. 문제 상황CI 파이프라인 구축 및 실행 중 아래와 같은 오류가 떨어졌다.Could not find method developmentOnly() for arguments [org.springframework.boot:spring-boot-devtools] on object of type 2. 문제점build.gradle 중 plugins에 Spring Boot('org.springframework.boot')의 활성화가 false 처리 되어 있었다.현재 개발 중인 모듈은 특정 어플리케이션의 하위 모듈로써 Spring boot를 비활성화 해 놓았었다. 그런데 아직 전체 어플리케이션이 구축되지 않아, 내부에 임시로 Servlet 및 @SpringBootApplication 클래스를 생성하고 실행시켜서 .. 2024. 12. 1. 이전 1 다음