chore: update project config (#45)

### What this PR does?
更新项目配置

```release-note
None
```
This commit is contained in:
guqing
2024-10-15 17:43:21 +08:00
committed by GitHub
parent 0574a0ea32
commit 5a4a25db25
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id "com.github.node-gradle.node" version "7.0.2" id "com.github.node-gradle.node" version "7.0.2"
id "io.freefair.lombok" version "8.0.1" 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' group 'run.halo.starter'
@@ -16,7 +16,7 @@ repositories {
} }
dependencies { 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' compileOnly 'run.halo.app:api'
testImplementation 'run.halo.app:api' testImplementation 'run.halo.app:api'
@@ -52,5 +52,5 @@ build {
} }
halo { halo {
version = '2.17' version = '2.20'
} }

View File

@@ -7,7 +7,7 @@ metadata:
name: starter name: starter
spec: spec:
enabled: true enabled: true
requires: ">=2.11.0" requires: ">=2.20.0"
author: author:
name: Halo name: Halo
website: https://github.com/halo-dev website: https://github.com/halo-dev