build: 修改构建成品目录以配合CI脚本自动发布

This commit is contained in:
2025-12-24 23:14:51 +08:00
parent 4afa0756e8
commit 79ad668720

View File

@@ -33,4 +33,10 @@ accessWiden {
)
)
)
}
tasks {
jar {
destinationDirectory = rootProject.layout.buildDirectory
}
}