Browse Source

Gradle Enterprise Plugin Update to 3.3.3 (#57583)

This Updates the gradle enterprise plugin to the latest released version 3.3.3
Rene Groeschke 5 years ago
parent
commit
54d2c9e8a7
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.1"
+  id "com.gradle.enterprise" version "3.3.3"
 }
 
 String dirName = rootProject.projectDir.name