Skip to content
New issue

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

task completion fails with v7.5 samples (and a workaround) #118

Open
errael opened this issue Aug 6, 2022 · 0 comments
Open

task completion fails with v7.5 samples (and a workaround) #118

errael opened this issue Aug 6, 2022 · 0 comments

Comments

@errael
Copy link

errael commented Aug 6, 2022

The v7.5 samples do not have a build.gradle file in the root project directory. Completion's __gradle-set-build-file() depends primarily on finding that file in the root project dir.

In the root, doing

$ touch build.gradle

which creates an empty build.gradle file, got completion to start working.

BTW, trying

rootProject.buildFileName = 'lib/build.gradle'

Fails with Multiple projects in this build have build file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant