https://kotlinlang.org logo
#detekt
Title
j

Jukka Siivonen

09/21/2018, 9:27 AM
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

mauin

09/21/2018, 9:29 AM
Can you open an issue?
j

Jukka Siivonen

09/21/2018, 9:41 AM
sure
4 Views