Explorar o código

Add Gradle Enterprise plugin

Issue gh-94
Marcus Da Coregio %!s(int64=2) %!d(string=hai) anos
pai
achega
7d9bf3ecd4
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      settings.gradle

+ 5 - 0
settings.gradle

@@ -13,6 +13,11 @@ pluginManagement {
     }
 }
 
+plugins {
+    id "com.gradle.enterprise" version "3.10.2"
+    id "io.spring.ge.conventions" version "0.0.7"
+}
+
 include ":reactive:rsocket:hello-security"
 include ":reactive:webflux-fn:hello"
 include ":reactive:webflux-fn:hello-security"