From 7a3a2b7871f384f9be8071d48aea1a1552a57d98 Mon Sep 17 00:00:00 2001 From: Eoin Shaughnessy Date: Tue, 21 Apr 2026 11:34:47 +0100 Subject: [PATCH] fix: update broken settings.gradle.kts link in gradle-plugin and maven-plugin docs --- gradle-plugin/README.md | 2 +- maven-plugin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle-plugin/README.md b/gradle-plugin/README.md index 11b59f2..5088fca 100644 --- a/gradle-plugin/README.md +++ b/gradle-plugin/README.md @@ -2,7 +2,7 @@ > **Warning** > -> The Gradle plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](./settings.gradle.kts#19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. +> The Gradle plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](https://github.com/intuit/hooks/blob/main/settings.gradle.kts#L19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. Applying the hooks Gradle plugin automatically adds the appropriate dependencies to your project, configures the generated source directory, and registers the KSP plugin. diff --git a/maven-plugin/README.md b/maven-plugin/README.md index c4eaca7..52bdf5b 100644 --- a/maven-plugin/README.md +++ b/maven-plugin/README.md @@ -2,7 +2,7 @@ > **Warning** > -> The Maven Kotlin plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](./settings.gradle.kts#19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. +> The Maven Kotlin plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](https://github.com/intuit/hooks/blob/main/settings.gradle.kts#L19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. At the moment, the Maven extension is not complete and only helps to register the KSP plugin and partially configure the generated source directory. You will still be required to add the appropriate dependencies and add the generated source directory to your source sets.