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
While trying to make a public repro for gradle/gradle#19113 I encountered a different issue where using spotless in a plugins {} block seems to miss any repositories declared.
> Task :spotlessKotlin FAILED
You need to add a repository containing the '[com.pinterest:ktlint:0.41.0]' artifact in 'build.gradle'.
E.g.: 'repositories { mavenCentral() }'
While trying to make a public repro for gradle/gradle#19113 I encountered a different issue where using spotless in a
plugins {}
block seems to miss any repositories declared.Repro PR: slackhq/slack-lints#10
Result:
Even though it is present in the build file
The text was updated successfully, but these errors were encountered: