well the reason is i dont have write access and i ...
# gradle
c
well the reason is i dont have write access and i dont have the password for it, should try some default password for it , aka sudo and the id doesnt belong to sudo group either.
c
Maybe just change the file permissions on your
buildSrc.jar
and commit that? Something like
chmod +w buildSrc.jar
c
how can that help? the user is not in sudo or root
there is a runneradmin as sudo user
c
Well, something has wrong file permissions, that’s what that error is saying. Also, do you have your
build/
directories checked in to the repo? That could be the problem, those directories should be .gitignored
c
i know the problem
build directory are auto generated
when jar are created