diff --git a/.gitignore b/.gitignore
index 5d8afe05..e6a40dbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ target/
target/
.factorypath
changelog.txt
+.mvn/.gradle-enterprise
#IntelliJ Stuff
.idea
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000..0dc945c0
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,13 @@
+
+
+
+ com.gradle
+ gradle-enterprise-maven-extension
+ 1.18.1
+
+
+ com.gradle
+ common-custom-user-data-maven-extension
+ 1.12.2
+
+
diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml
new file mode 100644
index 00000000..bbe439e1
--- /dev/null
+++ b/.mvn/gradle-enterprise.xml
@@ -0,0 +1,31 @@
+
+
+
+ https://ge.spring.io
+
+
+ #{isFalse(env['CI'])}
+ true
+ true
+
+ #{{'0.0.0.0'}}
+
+
+
+
+ true
+
+
+
+
+ ${env.GRADLE_ENTERPRISE_CACHE_USERNAME}
+ ${env.GRADLE_ENTERPRISE_CACHE_PASSWORD}
+
+
+ true
+ #{env['GRADLE_ENTERPRISE_CACHE_USERNAME'] != null and env['GRADLE_ENTERPRISE_CACHE_PASSWORD'] != null}
+
+
+
diff --git a/readme.adoc b/readme.adoc
index 0c005a4a..c8c152d4 100644
--- a/readme.adoc
+++ b/readme.adoc
@@ -1,4 +1,5 @@
-= Spring Modulith
+= Spring Modulith image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Gradle Enterprise", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Modulith"]
+
:docs: https://docs.spring.io/spring-modulith/docs/current-SNAPSHOT/reference/html/
Spring Modulith allows developers to build well-structured Spring Boot applications and guides developers in finding and working with link:{docs}#fundamentals.modules.application-modules[application modules] driven by the domain.