diff --git a/build.gradle.kts b/build.gradle.kts index 1fa58699..a50cb1d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,6 +74,9 @@ subprojects { allowUrl("https://spdx.org/licenses/MIT.txt") { because("MIT License, but self-hosted copy of the license") } + allowUrl("https://opensource.org/licenses/MIT") { + because("MIT License, but self-hosted copy of the license") + } allowUrl("https://opensource.org/licenses/mit-license.php") { because("MIT License, but self-hosted copy of the license") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d62277a3..e1c8b06a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -94,7 +94,7 @@ ktor = "2.3.10" # https://github.com/skydoves/landscapist landscapist = "2.3.2" # https://github.com/cashapp/licensee -licenseCheckPlugin = "1.10.0" +licenseCheckPlugin = "1.11.0" # https://github.com/tony19/logback-android logback = "3.0.0" # https://developers.google.com/android/guides/setup