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:
Bogdan Mukvich
2024-03-08 18:28:45 +01:00
committed by Space Team
parent 633e96b966
commit c6aac835e5
6 changed files with 113 additions and 171 deletions
+1 -1
View File
@@ -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")
}
}