Hello, is there a way to register a task without p...
# gradle
t
Hello, is there a way to register a task without passing a name (use the name defined inside of the task) ? This is what I’m doing today:
tasks.register("taskName", CustomTask)