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
Hello,
I'm trying to install the git hook using installKotlinterPrePushHook. The problem I have is that .git folder is located in a different directory than gradlew. Because of that when executing ./gradlew installKotlinterPrePushHook I'm getting this message Task :installKotlinterPrePushHook
skipping hook creation because /home/user/testproject/.git is not a directory.
Is there any way to resolve this issue?
The text was updated successfully, but these errors were encountered:
Noted. The current resolution would be to manually edit the GRADLEW path in the hook script. We don't do a sophisticated job of locating the gradle exe today.
Hello,
I'm trying to install the git hook using installKotlinterPrePushHook. The problem I have is that .git folder is located in a different directory than gradlew. Because of that when executing ./gradlew installKotlinterPrePushHook I'm getting this message Task :installKotlinterPrePushHook
skipping hook creation because /home/user/testproject/.git is not a directory.
Is there any way to resolve this issue?
The text was updated successfully, but these errors were encountered: