From 26b20435c71eabd92f064ffd221c64c22071793f Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Mon, 12 Sep 2022 15:12:19 -0300 Subject: [PATCH] Add Gradle Enterprise plugin Issue gh-94 --- settings.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings.gradle b/settings.gradle index 2b11589..43cedea 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,6 +14,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"