gradle-completion icon indicating copy to clipboard operation
gradle-completion copied to clipboard

Must specify build file using --build-file after migrating to .kts file

Open kworth opened this issue 6 months ago • 0 comments

No longer works on a project (internal to my company) after migrating build.gradle to build.gradle.kts.

I have tried adding rootProject.buildFileName = 'build.gradle.kts' to settings.gradle, but the only thing that has worked is specifying the file name at runtime. For instance typing the following ./gradlew --build-file build.gradle.kts cle and hitting tab completes clean.

kworth avatar Aug 26 '24 20:08 kworth