We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason stopped working in #571...
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':mergeSarifReports'. // ... Caused by: java.lang.NoSuchMethodError: 'void io.github.detekt.sarif4k.ToolComponent.<init>(io.github.detekt.sarif4k.ToolComponentReference, java.util.List, java.lang.String, java.lang.String, io.github.detekt.sarif4k.MultiformatMessageString, java.lang.String, java.util.Map, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.String, java.lang.String, java.util.List, java.lang.String, java.lang.String, java.util.List, java.lang.String, java.lang.String, java.lang.String, io.github.detekt.sarif4k.PropertyBag, java.lang.String, java.util.List, java.lang.String, io.github.detekt.sarif4k.MultiformatMessageString, java.util.List, java.util.List, io.github.detekt.sarif4k.TranslationMetadata, java.lang.String, int, kotlin.jvm.internal.DefaultConstructorMarker)' at MergeSarifTask$merge$merged$6.invoke(MergeSarifTask.kt:53) at MergeSarifTask$merge$merged$6.invoke(MergeSarifTask.kt:50) at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210) at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:811) at MergeSarifTask.merge(MergeSarifTask.kt:56) // ...
This task is to see what's going on and fix the task, and re-enable the CI job step — or maybe, if we can't get it to work, just drop this.
The text was updated successfully, but these errors were encountered:
rock3r
No branches or pull requests
For some reason stopped working in #571...
This task is to see what's going on and fix the task, and re-enable the CI job step — or maybe, if we can't get it to work, just drop this.
The text was updated successfully, but these errors were encountered: