fix: OSS License Plugin has no plugin marker

REF: https://github.com/google/play-services-plugins/pull/222

Merge it already Google, for goodness sake!
This commit is contained in:
Ahmad Ansori Palembani 2024-06-27 20:23:26 +07:00
parent 80e7a96906
commit 7dea343be6
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -4,6 +4,13 @@ pluginManagement {
mavenCentral() mavenCentral()
google() google()
} }
resolutionStrategy {
eachPlugin {
if (requested.id.id == "com.google.android.gms.oss-licenses-plugin") {
useModule("com.google.android.gms:oss-licenses-plugin:${requested.version}")
}
}
}
} }
dependencyResolutionManagement { dependencyResolutionManagement {