gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

completion does not work for gradle scripts using kotlin #57

Closed abendt closed 6 years ago

abendt commented 6 years ago

given

with this configuration the completion does not detect the build file and does not show the tasks.

it works when i rename settings.gradle.kts to settings.gradle and add an entry rootProject.buildFileName = "build.gradle.kts"

it would be nice if the completion logic also would detect the buildfile without that

NielsDoucet commented 5 years ago

This commit seems to have broken completion in bash. I'll see if I can pin down where it goes wrong.