Update code block language to groovy in docs

Changed code block language from 'gradle' to 'groovy' in plugin API changelog documentation for better syntax highlighting and clarity.
This commit is contained in:
Ryan Wang
2026-01-04 23:11:05 +08:00
parent 6a7a1ea04c
commit aee2b12d58
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ description: 记录每一个版本的插件 API 变更记录,方便开发者
因此,建议插件开发者尽快升级 Halo 依赖,`build.gradle` 修改示例如下:
```gradle
```groovy
dependencies {
implementation platform('run.halo.tools.platform:plugin:2.22.5')

View File

@@ -11,7 +11,7 @@ description: 记录每一个版本的插件 API 变更记录,方便开发者
因此,建议插件开发者尽快升级 Halo 依赖,`build.gradle` 修改示例如下:
```gradle
```groovy
dependencies {
implementation platform('run.halo.tools.platform:plugin:2.22.5')