发布于 2016-12-17 07:01:08 | 58 次阅读 | 评论: 0 | 来源: 网友投递
Gradle Groovy构建工具
Gradle就是可以使用Groovy来书写构建脚本的构建系统,支持依赖管理和多项目,类似Maven,但比之简单轻便。
gradle 3.2.1 发布,贴心的版本构建工具。
更新内容:
升级说明
If you are upgrading from Gradle 3.2 and using the Gradle wrapper, re-run ./gradlew wrapper and commit the result to avoid a misconfigured wrapper script.
问题修复
[GRADLE-3582] - Gradle wrapper fails to escape arguments with nested quotes
[GRADLE-3583] - Newlines in JAVA_OPTS breaks application plugin shell script in Gradle 3.2
已知的问题
Known issues are problems that were discovered post release that are directly related to changes made in this release.