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
Ah, I used it on Git Bash from Git for Windows where no bash-completion is available: git-for-windows/git#4366
Unfortunately the Gradle completion just ignores that problem and does faulty completion instead.
Maybe the check should be changed, so that a warning is displayed if there is a colon in the result and the necessary function is not available instead of silently ignoring it and completing wrongly.
Or maybe that function should be copied to the Gradle completion, as Git for windows will not fix it and I guess nowadays it is pretty common to run Gradle from Git Bash from Git for windows.
I'm on the latest commit 1c731fe
./gradlew build-cache-htt
<TAB>
./gradlew build-cache-http:
<TAB>
again./gradlew build-cache-http:build-cache-http:
./gradlew :build-cache-http:reasona
<TAB>
./gradlew :build-cache-http:build-cache-http:reasonableDepsReportMain
The text was updated successfully, but these errors were encountered: