Skip to content

Commit

Permalink
Undo change to gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Feb 18, 2022
1 parent e8e0417 commit c29ddea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ internal class DefaultCliInvoker(
}
}

private fun isBuildFailure(msg: String) = "Analysis failed with" in msg && "issues" in msg
private fun isBuildFailure(msg: String) = "Build failed with" in msg && "issues" in msg
}

private class DryRunInvoker(private val logger: Logger) : DetektInvoker {
Expand Down

0 comments on commit c29ddea

Please sign in to comment.