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
* What went wrong:
Execution failed for task ':library:spotlessKotlin'.
> You need to add a repository containing the '[com.pinterest.ktlint:ktlint-cli:1.5.0]' artifact in 'library/build.gradle'.
E.g.: 'repositories { mavenCentral() }'
In the meantime I found out, that I need to run
./gradlew --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp spotlessCheck
so that the dependencies are correctly written down.
I think this was the problem, but as the error message was leading into another direction, I asked for help.
Similar to #993 our Android repo fails with:
Repo: https://github.com/nextcloud/android-library/blob/master/library/build.gradle#L226
Spotless: 7.0.0
If you are submitting a bug, please include the following:
gradlew spotless[Apply/Check] --stacktrace
If you're just submitting a feature request or question, no need for the above.
The text was updated successfully, but these errors were encountered: