We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you specified -b or --build-file already on the commandline, the completion should work with taking that into account.
-b
--build-file
Actually the code comment in __gradle-set-build-file already says that it does:
__gradle-set-build-file
# In order of precedence: --build-file=filename, rootProject.buildFileName, build.gradle, build.gradle.kts
but only the latter three are halfway supported.
So even if this does not get fixed, at least the code comment should be fixed. But I hope for the former of course. :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you specified
-b
or--build-file
already on the commandline, the completion should work with taking that into account.Actually the code comment in
__gradle-set-build-file
already says that it does:but only the latter three are halfway supported.
So even if this does not get fixed, at least the code comment should be fixed.
But I hope for the former of course. :-)
The text was updated successfully, but these errors were encountered: