As whenever I launch any build/assemble task, It s...
# gradle
s
As whenever I launch any build/assemble task, It spawns two tasks: one correct and one which fails as it picks my RootDIR as linux $HOME
v
Hm, that looks strange, but hard to say without seeing your stuff. Maybe you imported a second build? Look at the Gradle tool window.
s
I am only have one build which is the correct project, I am not able to figure where exactly the issue is or how to troubleshoot this now
v
And how do you launch that task? Maybe your run configuration is strange?
s
From gradle tab -> root project tasks and then assemble
v
Hm, maybe if you close the project, delete
.idea
and then reopen the project freshly. Maybe just some state is confused.
s
Will try and report back tomorrow