I successfully installed spring cloud cli via gvm on powershell in windows, however when i run spring cloud kafka, I get an error message from maven being unable to connect to the internet (repo servers) to get the artifacts.
I already tried to set my proxy environment variables but without success. I know that the spring application should work if I am able to pass a JVM arguments string with my proxy settings, but I am unable.
Ho can I do that?