chore: remove unncessary licensee config

This commit is contained in:
Harsh Shandilya 2024-12-14 16:21:43 +05:30
parent 9f0ba9b705
commit ae84a3ea02

View file

@ -68,7 +68,6 @@ licensee {
ignoreDependencies("com.michael-bull.kotlin-result") { because("kotlin-result is ISC licensed") }
ignoreDependencies("org.commonmark") { because("Commonmark is BSD licensed") }
allowUrl("https://jsoup.org/license") { because("Jsoup is MIT licensed") }
allowUrl("https://opensource.org/licenses/MIT") { because("That's the MIT license text") }
}
moduleGraphAssert {