Я пытаюсь добавить OperationWrap в конфигурацию стиля проверки, но когда я это делаю и запускаю стиль проверки, я получаю следующую ошибку:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkstyle'.
Unable to create a Checker: configLocation {/home/user/Workspace/project/config/checkstyle/checkstyle.xml}, classpath {null}.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
Это мой файл стилей проверки:
Подробнее здесь: https://stackoverflow.com/questions/515 ... wrap-error