[go: nahoru, domu]

Upgrade to Gradle Enterprise plugin 3.10

Fixes in this version:
https://plugins.gradle.org/plugin/com.gradle.enterprise/3.10

Test: ./gradlew tasks -> https://ge.androidx.dev/s/yhmkpx4rs7uiw
Change-Id: Ia9d69204b92f10bcf06e9e4fd46e9559477d74b4
diff --git a/settings.gradle b/settings.gradle
index a31be98..8cf4b74 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -21,7 +21,7 @@
     repos.addMavenRepositories(repositories)
 
     dependencies {
-        classpath("com.gradle:gradle-enterprise-gradle-plugin:3.9")
+        classpath("com.gradle:gradle-enterprise-gradle-plugin:3.10")
         classpath("com.gradle:common-custom-user-data-gradle-plugin:1.6.5")
         classpath("androidx.build.gradle.gcpbuildcache:gcpbuildcache:1.0.0-alpha02")
     }