CycloneDX BOM 플러그인 추가 - build.gradle에 org.cyclonedx.bom 적용

This commit is contained in:
Rinjae
2026-06-29 18:24:07 +09:00
parent 82948a13ce
commit ee8e9e3529
+1
View File
@@ -3,6 +3,7 @@ plugins {
id 'war'
id 'eclipse'
id 'idea'
id 'org.cyclonedx.bom' version '3.2.4'
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.1.3'
}