I would like to run this project in GitLab CI/CD, but when i try to run gradlew, i get this error:
I guess the problem is the company proxy, which blocks the requests. Therefore i tried to use the exception SET NO_PROXY=127.0.0.1
in the Gradlew.bat file, but nothing changes. What can i do to make this run?
IMPORTANT I can't manipulate the Runner in any way, that's not under my control.