Ercan Duman

Results 4 comments of Ercan Duman

I found the missing object [here](https://gist.github.com/ercanduman/f68dce5cf4c100255893574681fb3922) Happy coding :)

I had the similar error. After removing existing API key and renew it, now it works fine.

I found the line and it has something like: ``` while (historyCursor != historyList.size && historyCursor >= 0) { historyList.removeAt(historyCursor) } ``` Is it going to solve the problem If...

Firstly make sure that you have declared and initialized **sourceDirs** above and then you can try as below `reportTask.sourceDirectories.from = project.files(sourceDirs)`