You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./ktlint/build/run/ktlint --version
Exception in thread "main" picocli.CommandLine$ExecutionException: Could not get version info from com.pinterest.ktlint.internal.KtlintVersionProvider@7bb11784: java.lang.IllegalStateException: Failed to determine ktlint version
at picocli.CommandLine$Model$CommandSpec.version(CommandLine.java:4131)
at picocli.CommandLine.printVersionHelp(CommandLine.java:1672)
at com.pinterest.ktlint.internal.CommandLineExtKt.printHelpOrVersionUsage(CommandLineExt.kt:17)
at com.pinterest.ktlint.internal.CommandLineExtKt.printHelpOrVersionUsage$default(CommandLineExt.kt:11)
at com.pinterest.ktlint.Main.main(Main.kt:56)
Caused by: java.lang.IllegalStateException: Failed to determine ktlint version
at com.pinterest.ktlint.internal.KtlintVersionProvider.getVersion(KtlintVersionProvider.kt:21)
at picocli.CommandLine$Model$CommandSpec.version(CommandLine.java:4128)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: