Skip to content

Commit b71564a

Browse files
committed
build: 更新安装要求
1 parent d497ea6 commit b71564a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks {
3232

3333
patchPluginXml {
3434
sinceBuild.set("231")
35-
untilBuild.set("232.*")
35+
untilBuild.set("233.*")
3636
changeNotes.set(file("src/main/resources/META-INF/change-notes.html").readText().replace("<html>", "").replace("</html>", ""))
3737
}
3838

src/main/resources/io/maliboot/devkit/idea/hyperf/dic/hyperf.dic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ hyperf
22
jsonrpc
33
jsonrpc-http
44
swoole
5-
maliboot
5+
maliboot
6+
Arrayable

0 commit comments

Comments
 (0)