Why are gradle tasks missing in VSCode plugin?

Hi everyone

In VSCode gradle plugin, I miss some tasks: assemble, build, and the most important: run.

The gradle wrapper run task works, when hitting it into a console window. (It currently comes back with an exception, but this is another story.)
The build file is here:

Does anyone have an idea what to do?

By the way: another project shows all tasks fine, so I think it is about my project and not the plugin.

If the Gradle build has the task, which it obviously does, it is probably more a question to the maintainers of the VSC Gradle plugin I guess.

1 Like

Ok, thank you. After I opened this thread, I tried to ask Gradle and let it lists all available tasks, and the tasks run, assemble, build, … are not missing. It seems you are right.

Thanks.

1 Like