Publishing Env Config
constructor(mavenUrlEnv: String = "MAVEN_URL", usernameEnv: String = "MAVEN_NAME", passwordEnv: String = "MAVEN_SECRET", mavenUrl: String? = null)
Parameters
maven Url Env
The environment variable to use for the Maven URL (default: MAVEN_URL)
username Env
The environment variable to use for the username (default: MAVEN_NAME)
password Env
The environment variable to use for the password (default: MAVEN_SECRET)
maven Url
The URL of the Maven repository to publish to. Attempts to use mavenUrlEnv if null