git-hooks-gradle-plugin icon indicating copy to clipboard operation
git-hooks-gradle-plugin copied to clipboard

shouldn't fail if not configured

Open xenoterracide opened this issue 3 years ago • 1 comments

./gradlew dependencies --write-locks                                                                                                        # backend -> master + ! »
Type-safe dependency accessors is an incubating feature.
Type-safe project accessors is an incubating feature.
Persisted dependency lock state for buildscript of project 'null'
Persisted dependency lock state for project ':'
Persisted dependency lock state for buildscript of project ':'

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'ppm-backend'.
> No hooks found

* 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 17s
13 actionable tasks: 9 executed, 4 up-to-date

the same thing happened when I tried to refresh IDEA's context, and IDEA's autocompletion wouldn't work until that was refreshed. So I just copyPasta-ed a configuration just to make it work.

xenoterracide avatar Jul 08 '21 13:07 xenoterracide

Same issue here. Any chance to get this fixed?

dtrunk90 avatar Jun 28 '24 10:06 dtrunk90