Skip to content

Commit ba95e1c

Browse files
authored
Merge pull request #1297 from IETS3/bugfix/sbom_publication
updated sbom.json path in the published languages zip
2 parents d299aac + 78541d5 commit ba95e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def minor = "2"
6363

6464
ext.mpsVersion = '2023.2.2'
6565

66-
def mbeddrVersion = "2023.2+"
66+
def mbeddrVersion = "$major.$minor+"
6767
def mpsQAVersion = "$major.$minor+"
6868

6969
// if building a against a special branch from mbeddr is required add the name here
@@ -374,6 +374,7 @@ task packageLanguages(type: Zip, dependsOn: [buildLanguages, cyclonedxBom]) {
374374
}
375375
from(reportsDir) {
376376
include 'sbom.json'
377+
into 'org.iets3.opensource'
377378
}
378379
}
379380

0 commit comments

Comments
 (0)