mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Remove resolutionStrategy for OSS plugin
This commit is contained in:
@@ -3,14 +3,6 @@ pluginManagement {
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
// https://github.com/google/play-services-plugins/issues/223
|
||||
if (requested.id.id == "com.google.android.gms.oss-licenses-plugin") {
|
||||
useModule("com.google.android.gms:oss-licenses-plugin:${requested.version}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// https://docs.gradle.com/enterprise/gradle-plugin/
|
||||
|
||||
Reference in New Issue
Block a user