From 263cb1c15e05441367ff8d3da3dea53eb8ee2321 Mon Sep 17 00:00:00 2001 From: Vladyslav Kuksiuk Date: Wed, 5 Aug 2026 12:09:03 +0200 Subject: [PATCH 1/2] Add Gradle plugin mention in doc. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1cf17f7..742c096 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ require a language compiler or parser. - Read the [embedding guide](showcase/embedding/README.md) for fragments, line and range patterns, comment filtering, and instruction attributes. +## Gradle Plugin + +Gradle users can apply the [Embed Code Gradle plugin][gradle-plugin] to download +the released executable for their platform and add tasks that check and embed code snippets. + ## Download Download the asset for your platform from [GitHub Releases][releases]. @@ -151,4 +156,5 @@ Open the package link printed by the script. This project replaces the earlier [`embed-code` utility for Ruby/Jekyll][embed-code-jekyll]. [embed-code-jekyll]: https://github.com/SpineEventEngine/embed-code +[gradle-plugin]: https://github.com/SpineEventEngine/embed-code-gradle-plugin [releases]: https://github.com/SpineEventEngine/embed-code-go/releases From 53fd263a8529e523b8aef8cfd677244841c8fe0d Mon Sep 17 00:00:00 2001 From: Vladyslav Kuksiuk Date: Wed, 5 Aug 2026 12:32:08 +0200 Subject: [PATCH 2/2] Fix layout. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 742c096..16f6708 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ require a language compiler or parser. ## Gradle Plugin Gradle users can apply the [Embed Code Gradle plugin][gradle-plugin] to download -the released executable for their platform and add tasks that check and embed code snippets. +the released executable for their platform and add tasks that check and embed +code snippets. ## Download