Browse Source

Update gradle enterprise plugin to 3.3.1 (#56885)

- includes several fixes regarding duplicate id errors
- includes fix for background upload
Rene Groeschke 5 years ago
parent
commit
f0c475bda0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      settings.gradle

+ 1 - 1
settings.gradle

@@ -1,5 +1,5 @@
 plugins {
-  id "com.gradle.enterprise" version "3.3"
+  id "com.gradle.enterprise" version "3.3.1"
 }
 
 String dirName = rootProject.projectDir.name