Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
Vladyslav-Kuksiuk marked this conversation as resolved.
Outdated

## Download

Download the asset for your platform from [GitHub Releases][releases].
Expand Down Expand Up @@ -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
Loading