Skip to content

Commit 5a4a25d

Browse files
authored
chore: update project config (#45)
### What this PR does? 更新项目配置 ```release-note None ```
1 parent 0574a0e commit 5a4a25d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id "com.github.node-gradle.node" version "7.0.2"
44
id "io.freefair.lombok" version "8.0.1"
5-
id "run.halo.plugin.devtools" version "0.1.1"
5+
id "run.halo.plugin.devtools" version "0.2.0"
66
}
77

88
group 'run.halo.starter'
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation platform('run.halo.tools.platform:plugin:2.11.0-SNAPSHOT')
19+
implementation platform('run.halo.tools.platform:plugin:2.20.0-SNAPSHOT')
2020
compileOnly 'run.halo.app:api'
2121

2222
testImplementation 'run.halo.app:api'
@@ -52,5 +52,5 @@ build {
5252
}
5353

5454
halo {
55-
version = '2.17'
55+
version = '2.20'
5656
}

src/main/resources/plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: starter
88
spec:
99
enabled: true
10-
requires: ">=2.11.0"
10+
requires: ">=2.20.0"
1111
author:
1212
name: Halo
1313
website: https://github.com/halo-dev

0 commit comments

Comments
 (0)