Skip to content

Commit d02b020

Browse files
authored
chore: update requires (#28)
### What this PR does? 修改 plugin api 和 requires ```release-note None ```
1 parent 3d2296f commit d02b020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation platform('run.halo.tools.platform:plugin:2.9.0-SNAPSHOT')
17+
implementation platform('run.halo.tools.platform:plugin:2.8.0-SNAPSHOT')
1818
compileOnly 'run.halo.app:api'
1919

2020
testImplementation 'run.halo.app:api'

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
enabled: true
1111
version: 1.0.2
12-
requires: ">=2.0.0"
12+
requires: ">=2.7.0"
1313
author:
1414
name: Halo OSS Team
1515
website: https://github.com/halo-dev

0 commit comments

Comments
 (0)