Browse Source

Bump up Gradle enterprise plugin to 3.7.2

Jerome Prinet 3 years ago
parent
commit
0d8450a725
1 changed files with 1 additions and 1 deletions
  1. 1 1
      settings.gradle

+ 1 - 1
settings.gradle

@@ -6,7 +6,7 @@ pluginManagement {
 }
 }
 
 
 plugins {
 plugins {
-	id "com.gradle.enterprise" version "3.6.1"
+	id "com.gradle.enterprise" version "3.7.2"
 	id "io.spring.ge.conventions" version "0.0.7"
 	id "io.spring.ge.conventions" version "0.0.7"
 }
 }