mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
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:
parent
80e7a96906
commit
7dea343be6
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue