No se pudo crear el servicio de tipo FileHasher utilizando BuildSessionServices.CreateFileHasher ()

# find all the process related to gradle by
ps aux | grep gradle
# then kill the process
kill -9 <pid>
# and build again :)
GutoTrosla