I\'m trying to get my gradle builds to prompt at the console for a password using examples from stack overflow
When I have a statment such as:
def pa
password System.console() != null ? System.console().readLine("\ password: ") : ""