Explorar el Código

Upgrade to Gradle Enterprise Plugin 3.5.1

Joe Grandja hace 4 años
padre
commit
698d45cdbd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      settings.gradle

+ 2 - 2
settings.gradle

@@ -6,8 +6,8 @@ pluginManagement {
 }
 
 plugins {
-	id "com.gradle.enterprise" version "3.2"
-	id "io.spring.gradle-enterprise-conventions" version "0.0.2"
+	id "com.gradle.enterprise" version "3.5.1"
+	id "io.spring.ge.conventions" version "0.0.7"
 }
 
 rootProject.name = 'spring-authorization-server'