Any ideas for my problem ```> Task :detekt FAIL...
# detekt
j
Any ideas for my problem
Copy code
> Task :detekt FAILED
Error: Could not find or load main class io.gitlab.arturbosch.detekt.cli.Main

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':detekt'.
> Process 'command 'C:\java\jdk1.8.0_131\bin\java.exe'' finished with non-zero exit value 1
Using RC9
If I remove
Copy code
dependencies {
    detekt("io.gitlab.arturbosch.detekt:detekt-formatting:${detektVersion}")
detekt runs and reports problems fine
m
Can you open an issue?
j
sure