From 8fe141ac095dad14b88ce2123695b075aff75d16 Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Fri, 20 Dec 2024 06:23:06 -0600 Subject: [PATCH] Add links to Solutions Repos in the README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 62b68bc..5ac2f44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +> _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]_ +> - _[Develocity Open Source Projects][develocity-oss-projects]_ +> - _[Quarkus Build Caching Extension][quarkus-build-caching-extension] (this repository)_ + # Custom Maven Extension to make Quarkus build goal cacheable This Maven extension allows to make the [Quarkus Maven plugin](https://quarkus.io/guides/quarkus-maven-plugin) `build` goal cacheable. @@ -357,3 +366,13 @@ Prior to Quarkus 3.9.0: ``` + +[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 +[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