From 4662e6a42f23ddb533763c9a18b3fc3f088d3e97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 3 Apr 2021 03:30:25 +0200 Subject: [PATCH] improve gradle docs --- yosql-website/content/tooling/gradle.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yosql-website/content/tooling/gradle.md b/yosql-website/content/tooling/gradle.md index feb01f3e..48182c51 100644 --- a/yosql-website/content/tooling/gradle.md +++ b/yosql-website/content/tooling/gradle.md @@ -10,7 +10,7 @@ tags: - Gradle --- -[Gradle](https://gradle.org/) projects can use the `yosql-tooling-gradle` plugin to use `YoSQL` in their builds. The following steps show how a basic setup looks like. In case you are looking for more details, check out the configuration section further down below. +[Gradle](https://gradle.org/) projects can use the [yosql-tooling-gradle](https://plugins.gradle.org/plugin/wtf.metio.yosql) plugin to use `YoSQL` in their builds. The following steps show how a basic setup looks like. In case you are looking for more details, check out the configuration section further down below. 1. Add the plugin to your `build.gradle.kts`: ```kotlin @@ -22,6 +22,7 @@ tags: ``` / ├── build.gradle.kts + ├── settings.gradle.kts └── src/ └── main/ └── yosql/ -- 2.11.4.GIT