From 5304ed28e7e06cd022e323f04fc88b984bf8516d Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 29 Dec 2022 11:10:50 +0800 Subject: [PATCH] Bump oss-licenses-plugin to 0.10.6 (#3217) https://developers.google.com/android/guides/releases#december_05_2022 --- build.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index ba53ef0913..a38385c20c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'org.jetbrains.kotlin.plugin.serialization' version "1.7.20" id "com.google.devtools.ksp" version "1.7.20-1.0.8" id 'com.google.protobuf' version "0.9.1" - id 'com.google.android.gms.oss-licenses-plugin' version "0.10.5" + id 'com.google.android.gms.oss-licenses-plugin' version "0.10.6" id 'dev.rikka.tools.refine' version "3.1.1" } @@ -58,12 +58,6 @@ allprojects { notCompatibleWithConfigurationCache("https://github.com/RikkaApps/HiddenApiRefinePlugin/issues/9") } - tasks.matching { - it.name.contains("OssLicensesTask") - }.configureEach { - notCompatibleWithConfigurationCache("https://github.com/google/play-services-plugins/issues/206") - } - ext.getFrameworkJar = { String name -> def frameworkJar = new File(rootProject.projectDir, 'prebuilts/libs/' + name) if (!frameworkJar.exists()) {