We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2296f commit d02b020Copy full SHA for d02b020
build.gradle
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation platform('run.halo.tools.platform:plugin:2.9.0-SNAPSHOT')
+ implementation platform('run.halo.tools.platform:plugin:2.8.0-SNAPSHOT')
18
compileOnly 'run.halo.app:api'
19
20
testImplementation 'run.halo.app:api'
src/main/resources/plugin.yaml
@@ -9,7 +9,7 @@ metadata:
9
spec:
10
enabled: true
11
version: 1.0.2
12
- requires: ">=2.0.0"
+ requires: ">=2.7.0"
13
author:
name: Halo OSS Team
website: https://github.com/halo-dev
0 commit comments