From 74d54ff8055a760f13420ec21db944b3baa9b55e Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Wed, 31 Jul 2024 11:06:53 -0500 Subject: [PATCH] Align name in README to be consistent with other samples --- convention-develocity-shared/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convention-develocity-shared/README.md b/convention-develocity-shared/README.md index 76da286d07..0c7e0b9b9c 100644 --- a/convention-develocity-shared/README.md +++ b/convention-develocity-shared/README.md @@ -1,4 +1,4 @@ -## Develocity Conventions +## Convention Develocity Shared This project demonstrates how a convention Gradle plugin and Maven extension can share the same Develocity build configuration across multiple projects. It is intended to serve as a starting point for creating your own Gradle plugin and Maven extension that applies your specific Develocity configuration.