This commit provides a completion on gradle-execute.
You can control the completion on/off via gradle-use-task-completion.
It first grab the list of task names by executing gradle tasks, the stores the list of tasks in the external file, .gradle.tasks. (If the file is older than build.gradle, it will rebuild the file)
By the nature of Emacs's completion, if you need to input space character during completion, you need to type, C-q SPC.
This commit provides a completion on
gradle-execute
.gradle-use-task-completion
.gradle tasks
, the stores the list of tasks in the external file,.gradle.tasks
. (If the file is older thanbuild.gradle
, it will rebuild the file)C-q SPC
.