Hey I’m trying to add my nexus password as a gradle property overriding -Ppassword=password from the command line.
However my password has a special character namely a caret ^ which seems to escape. When i log the variable from build.gradle the caret is not present in the string. Ive tried all manner of escaping but nothing seems to work