From 4321ced6172ee23f6ed78a10f3103432fbd0ba8b Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Fri, 20 Dec 2024 06:22:45 -0600 Subject: [PATCH] Add Quarkus Build Caching Extension to README Signed-off-by: Clay Johnson --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 003d3d06..83e13931 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ > _This repository is maintained by the Develocity Solutions team, as one of several publicly available repositories:_ +> - _[Android Cache Fix Gradle Plugin][android-cache-fix-plugin]_ +> - _[Common Custom User Data Gradle Plugin][ccud-gradle-plugin]_ +> - _[Common Custom User Data Maven Extension][ccud-maven-extension]_ > - _[Develocity Build Configuration Samples][develocity-build-config-samples]_ > - _[Develocity Build Validation Scripts][develocity-build-validation-scripts] (this repository)_ > - _[Develocity Open Source Projects][develocity-oss-projects]_ -> - _[Common Custom User Data Maven Extension][ccud-maven-extension]_ -> - _[Common Custom User Data Gradle Plugin][ccud-gradle-plugin]_ -> - _[Android Cache Fix Gradle Plugin][android-cache-fix-plugin]_ +> - _[Quarkus Build Caching Extension][quarkus-build-caching-extension]_ # Develocity Build Validation Scripts @@ -42,11 +43,12 @@ Visit our website to learn more about [Develocity][develocity]. The Develocity build validation scripts are open-source software released under the [Apache 2.0 License][apache-license]. +[android-cache-fix-plugin]: https://github.com/gradle/android-cache-fix-gradle-plugin +[ccud-gradle-plugin]: https://github.com/gradle/common-custom-user-data-gradle-plugin +[ccud-maven-extension]: https://github.com/gradle/common-custom-user-data-maven-extension [develocity-build-config-samples]: https://github.com/gradle/develocity-build-config-samples [develocity-build-validation-scripts]: https://github.com/gradle/develocity-build-validation-scripts [develocity-oss-projects]: https://github.com/gradle/develocity-oss-projects -[ccud-gradle-plugin]: https://github.com/gradle/common-custom-user-data-gradle-plugin -[ccud-maven-extension]: https://github.com/gradle/common-custom-user-data-maven-extension -[android-cache-fix-plugin]: https://github.com/gradle/android-cache-fix-gradle-plugin +[quarkus-build-caching-extension]: https://github.com/gradle/quarkus-build-caching-extension [develocity]: https://gradle.com/develocity [apache-license]: https://www.apache.org/licenses/LICENSE-2.0.html