Add Gradle Enterprise plugin

Issue gh-94
This commit is contained in:
Marcus Da Coregio 2022-09-12 15:12:19 -03:00
parent 0d2c94c1d8
commit 26b20435c7
1 changed files with 5 additions and 0 deletions

View File

@ -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:rsocket:hello-security"
include ":reactive:webflux-fn:hello" include ":reactive:webflux-fn:hello"
include ":reactive:webflux-fn:hello-security" include ":reactive:webflux-fn:hello-security"