Add testRuntimeClasspath to resolveDependencies task
This commit is contained in:
committed by
Space Team
parent
2873b11589
commit
cb8228d6ec
+1
@@ -22,6 +22,7 @@ tasks.register("resolveDependencies") {
|
||||
}
|
||||
|
||||
configurations.findByName("commonCompileClasspath")?.resolve()
|
||||
configurations.findByName("testRuntimeClasspath")?.resolve()
|
||||
|
||||
project.extensions.findByType<SpdxSbomExtension>()?.run {
|
||||
targets.forEach { target ->
|
||||
|
||||
Reference in New Issue
Block a user