cabaletta/baritone
在 GitHub 查看Build process should clear build/libs after finishing creating dist/
Open
#325 创建于 2019年2月1日
enhancementgood first issue
仓库指标
- Star
- (6,154 star)
- PR 合并指标
- (平均合并 121天 14小时) (30 天内合并 9 个 PR)
描述
So that people aren't confused and use the pre proguard jar. build/libs is a standard place to look, and there is a jar there that looks like the valid build result, however that jar shouldn't be used, so it should ideally be deleted after completion. Could be added to ProguardTask.cleanup or similar.