From 5a4a25db252a7986900368a5fbf35e8d27f5257f Mon Sep 17 00:00:00 2001 From: guqing <38999863+guqing@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:43:21 +0800 Subject: [PATCH] chore: update project config (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What this PR does? 更新项目配置 ```release-note None ``` --- build.gradle | 6 +++--- src/main/resources/plugin.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4ab9ac7..5b63058 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' @@ -52,5 +52,5 @@ build { } halo { - version = '2.17' + version = '2.20' } diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 77d59d2..edc0a17 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -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