소스 검색

Add Gradle Enterprise plugin

Issue gh-94
Marcus Da Coregio 2 년 전
부모
커밋
2eb0b65eab
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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"