Closed octohub closed 6 years ago
After running ./gradlew configureGitHooks on my generated project my commits fail with the following error:
./gradlew configureGitHooks
0 files committed, 1 file failed to commit: Test git hooks. Parallel execution is an incubating feature. Download https://jcenter.bintray.com/com/github/shyiko/ktlint/0.24.0/ktlint-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/pom/0.24.0/pom-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/ktlint-core/0.24.0/ktlint-core-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/ktlint-ruleset-standard/0.24.0/ktlint-ruleset-standard-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/ktlint-reporter-json/0.24.0/ktlint-reporter-json-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/ktlint-reporter-checkstyle/0.24.0/ktlint-reporter-checkstyle-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/ktlint-test/0.24.0/ktlint-test-0.24.0.pom Download https://jcenter.bintray.com/com/github/shyiko/ktlint/ktlint-reporter-plain/0.24.0/ktlint-reporter-plain-0.24.0.pom
After discussing this with @jonduran3000, we have agreed the git hook is causing more problems than it is solving, so we will remove it for now.
After running
./gradlew configureGitHooks
on my generated project my commits fail with the following error: