Repository

constructor(name: String, url: Property<String>, user: Property<String>, password: Property<String>, nexusUrl: String? = null, nexusTimeOut: Duration = Duration.ofMinutes(1), nexusConnectTimeOut: Duration = Duration.ofMinutes(1))
constructor(name: String, url: Provider<URI>, user: Property<String>, password: Property<String>, nexusUrl: String? = null, nexusTimeOut: Duration = Duration.ofMinutes(1), nexusConnectTimeOut: Duration = Duration.ofMinutes(1))