Skip to content

Commit

Permalink
chore: update project config (#45)
Browse files Browse the repository at this point in the history
### What this PR does?
更新项目配置

```release-note
None
```
  • Loading branch information
guqing authored Oct 15, 2024
1 parent 0574a0e commit 5a4a25d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id "com.github.node-gradle.node" version "7.0.2"
id "io.freefair.lombok" version "8.0.1"
id "run.halo.plugin.devtools" version "0.1.1"
id "run.halo.plugin.devtools" version "0.2.0"
}

group 'run.halo.starter'
Expand All @@ -16,7 +16,7 @@ repositories {
}

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

testImplementation 'run.halo.app:api'
Expand Down Expand Up @@ -52,5 +52,5 @@ build {
}

halo {
version = '2.17'
version = '2.20'
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: starter
spec:
enabled: true
requires: ">=2.11.0"
requires: ">=2.20.0"
author:
name: Halo
website: https://github.com/halo-dev
Expand Down

0 comments on commit 5a4a25d

Please sign in to comment.