Ai
7 Star 19 Fork 6

慕容小草/acp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
globalTask.gradle 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
慕容小草 提交于 2025-05-30 17:27 +08:00 . [Upgrade] 优化Gradle全局任务
tasks.register('publishAll') {
finalizedBy subprojects.findAll { subproject ->
subproject.name.startsWith('acp-')
}.collect { ":${it.path}:jreleaserDeploy" }
}
tasks.register('publishToMavenLocalAll') {
finalizedBy subprojects.findAll { subproject ->
subproject.name.startsWith('acp-')
}.collect { ":${it.path}:publishToMavenLocal" }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/zhangbinhub/acp.git
git@gitee.com:zhangbinhub/acp.git
zhangbinhub
acp
acp
master

搜索帮助