Sebastian Schuberth
03/10/2021, 11:02 PM"results" : [ ]
although on the CLI I see issues. Any idea why that could be? Who wants to try, use the detekt-action
branch from https://github.com/oss-review-toolkit/ort.chao
03/11/2021, 5:51 AMSebastian Schuberth
03/11/2021, 10:23 AMParameter specified as non-null is null: method org.gradle.kotlin.dsl.NamedDomainObjectCollectionExtensionsKt.getValue, parameter $this$getValue
, any hints what's wrong?chao
03/13/2021, 7:32 AMSebastian Schuberth
03/13/2021, 12:40 PMdetekt-action
branch from https://github.com/oss-review-toolkit/ort.chao
03/13/2021, 6:57 PMval mergeDetektReports by tasks.registering(ReportMergeTask::class) {
output.set(rootProject.buildDir.resolve("reports/detekt/merged.sarif"))
}
ahead of allprojects
Sebastian Schuberth
03/13/2021, 8:38 PMchao
03/13/2021, 9:15 PM--continue
but I guess this setup is much cleanerSebastian Schuberth
03/15/2021, 4:34 PMchao
03/15/2021, 4:34 PM