diff --git a/README.md b/README.md
index 2148204ddb..33d3903e68 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-Spring Integration [
](https://build.spring.io/browse/INT-MAIN) [](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-==================
+# Spring Integration
+
+[
](https://build.spring.io/browse/INT-MAIN) [](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ge.spring.io/scans?search.rootProjectNames=spring-integration)
Extends the Spring programming model to support the well-known Enterprise Integration Patterns.
Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.
diff --git a/settings.gradle b/settings.gradle
index 3a818d2084..eecaca0099 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,8 @@
+plugins {
+ id 'com.gradle.enterprise' version '3.13.4'
+ id 'io.spring.ge.conventions' version '0.0.13'
+}
+
rootProject.name = 'spring-integration'
rootDir.eachDir { dir ->