소스 검색

[NO JIRA] Update org.cyclonedx.bom from 1.6.1 to 1.7.3

tags/10.0.0.68432
Matteo Mara 1 년 전
부모
커밋
76d51b991e
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      build.gradle
  2. 2
    2
      sonar-application/build.gradle

+ 1
- 1
build.gradle 파일 보기

@@ -11,7 +11,7 @@ plugins {
id 'com.jfrog.artifactory' version '4.31.0'
id "de.undercouch.download" version "5.3.0" apply false
id 'io.spring.dependency-management' version '1.1.0'
id "org.cyclonedx.bom" version "1.6.1" apply false
id "org.cyclonedx.bom" version "1.7.3" apply false
id 'org.sonarqube' version '3.5.0.2730'
}


+ 2
- 2
sonar-application/build.gradle 파일 보기

@@ -342,8 +342,8 @@ artifactoryPublish.skip = false

def bomFile = layout.buildDirectory.file('reports/bom.json')
cyclonedxBom {
includeConfigs += ["runtimeClasspath", "web", "shutdowner", "jdbc_mssql", "jdbc_postgresql", "jdbc_h2", "bundledPlugin_deps",
"cyclonedx"]
includeConfigs = ["runtimeClasspath", "web", "shutdowner", "jdbc_mssql", "jdbc_postgresql", "jdbc_h2", "bundledPlugin_deps",
"cyclonedx"]
outputs.file bomFile
}
tasks.cyclonedxBom {

Loading…
취소
저장