Update SPDX gradle plugin
* fixes SPDX Gradle plugin to be used with configuration cache * allows removing output workaround for multimodule builds KTI-1427
This commit is contained in:
committed by
Space Team
parent
633e96b966
commit
c6aac835e5
@@ -452,7 +452,7 @@ distTask<Copy>("dist") {
|
||||
|
||||
from(buildNumber)
|
||||
from(distStdlibMinimalForTests)
|
||||
from(distSbomTask.map { it.outputDirectory.file("Dist.spdx.json") }) {
|
||||
from(distSbomTask) {
|
||||
rename(".*", "${project.name}-${project.version}.spdx.json")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user