We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae8d9c commit bcc65beCopy full SHA for bcc65be
1 file changed
build.gradle
@@ -15,7 +15,7 @@ import top.howiehz.gradle.YamlPluginVersionSupport
15
plugins {
16
id 'java'
17
id 'io.freefair.lombok' version '9.1.0'
18
- id 'run.halo.plugin.devtools' version '0.6.1' apply false // 禁用自动应用,因为需要手动控制组件索引生成
+ id 'run.halo.plugin.devtools' version '0.6.2' apply false // 禁用自动应用,因为需要手动控制组件索引生成
19
}
20
21
apply plugin: 'run.halo.plugin.devtools' // 手动应用以便后续禁用默认组件索引任务
0 commit comments