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
@@ -10,7 +10,7 @@ guava = "31.1-jre"
jdom2 = "2.0.6.1"
kotlinx-serialization = "1.5.0"
shadow = "8.1.1" # Should be in sync with version in kotlin-native/
spdx = "0.1.0-dev-10"
spdx = "0.7.0"
proguard = "7.4.2"
ktor = "2.3.7"
kotlinx-metadataJvm = "0.7.0"