allowUrl

abstract fun allowUrl(url: String, options: Action<LicenseeExtension.AllowUrlOptions> = Action { })

Allow artifacts with an unknown (non-SPDX) license which matches a URL.

licensee {
allowUrl("https://example.com/license.html") {
because 'is Apache-2.0'
}
}