I have two Gradle tasks: `A` and `B`. When I am ex...
# gradle
k
I have two Gradle tasks:
A
and
B
. When I am executing task
A
it shows progress in terminal from 0% - 100%. But when I am executing task
A
in task
B
the progress only stays at 0% but the tasks are running. Does anyone has any idea around how to solve this?
v
As you cannot "execute task a in task b", you probably mean something different than what you said, so please elaborate on what you mean. Also please read the channel topic to find that your question is most probably off-topic anyway.