pablisco
04/11/2020, 7:50 PMTask 'assemble' not found in root project
On gradle there seems to have zero problems. Not sure why it’s trying to run the assemble task 🙃
This is the gradle output from IntelliJ:
https://gist.github.com/pablisco/02a76c227e95766e1407a375679328a9
The project is: https://github.com/pablisco/virustrend
What am I doing wrong? 😅wasyl
04/11/2020, 9:08 PMwasyl
04/11/2020, 9:09 PMgit clean -fxdn
(this previews what will be deleted, drop n
to actually delete stuff) and opening settings.gradle.kts
file in Intellij and choosing open as project
in the promptpablisco
04/11/2020, 10:06 PMpablisco
04/12/2020, 12:04 AM