본문 바로가기
Error

In plugin 'org.springframework.boot' type 'org.springframework.boot.gradle.tasks.bundling.BootBuildImage' property 'archiveFile' has @Input annotation used on property of type 'RegularFileProperty'

by 흑시바 2024. 11. 9.

./gradlew bootBuildImage 명령어를 통해 gradle 환경에서 클라우드 네이티브 빌드팩을 이용해 컨테이너화 하려고 할 때 

 

In plugin 'org.springframework.boot' type 'org.springframework.boot.gradle.tasks.bundling.BootBuildImage' property 'archiveFile' has @Input annotation used on property of type 'RegularFileProperty'

 

이런 메시지와 함께 이슈가 발생한다면,

 

실행하는 스프링 부트 버전이 2.7.x 인지 확인해서 버전을 업데이트하고 다시 적용해야 한다.

REFERENCE

https://github.com/spring-projects/spring-boot/issues/32499

댓글