Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

null value in entry: otherfileoutputs=null

I am getting following error in gradle build.

null value in entry: otherfileoutputs=null

clean build didn't work :/ How can I fix this?

Note: my explorer.exe is crashing every now and then.

like image 919
AskQ Avatar asked Mar 13 '17 12:03

AskQ


2 Answers

Try removing the .gradle folder i the project dirrectory and rebuilding the project again. This worked for me

like image 163
Innocent Kithinji Avatar answered Nov 16 '22 17:11

Innocent Kithinji


See if you are passing values to the otherfileoutputs variable

Maybe you're trying to do something with that variable but you dont have anithing inside her

like image 2
Catarina Ferreira Avatar answered Nov 16 '22 16:11

Catarina Ferreira