Is it possible to call manually a task from anothe...
# gradle
s
Is it possible to call manually a task from another without using
dependsOn
(I want do that on copy or sync task to avoid continious integration double run because of modification on my generated JS files wich are input of the copy tasks)