Skip to content

Commit fc9d215

Browse files
committed
test
1 parent 3bb7e5f commit fc9d215

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ intellij {
2020
type.set("IC")
2121
downloadSources.set(false)
2222
plugins.set(listOf("com.intellij.java"))
23+
// 不自动写入 since/until 到 plugin.xml,由我们手动控制
24+
updateSinceUntilBuild.set(false)
2325
}
2426

2527
tasks {
@@ -35,7 +37,6 @@ tasks {
3537
}
3638

3739
patchPluginXml {
38-
sinceBuild.set("233")
39-
untilBuild.set("241.*")
40+
sinceBuild.set("241")
4041
}
4142
}

0 commit comments

Comments
 (0)