Gradle 4.0.1 发布了。Gradle 就是可以使用 Groovy 来书写构建脚本的构建系统,支持依赖管理和多项目,类似 Maven,但比之简单轻便。
更新内容:
- Remote build cache honors –offline
- Detecting overlapping task outputs
- Stricter validation of task properties
- Cache-safe mixed JVM language compilation
- Automatic clean-up of local build cache
- Improved tracking of additional task actions
- Public type for representing lazily evaluated properties
- Configurable input normalization: Ignore runtime classpath resources for up-to-date checks and the build cache
- Convenience method for adding Google repository
- User experience improvements
- ……
下载地址:
转自 http://www.oschina.net/news/87056/gradle-4-0-1