Gradle 4.4 RC5 发布了。Gradle 是一个基于 Apache Ant 和 Apache Maven 概念的项目自动化构建工具,支持依赖管理和多项目,类似 Maven,但比之简单轻便。它使用一种基于 Groovy 的特定领域语言来声明项目设置,而不是传统的 XML。
主要更新内容如下:
ClassCastException when verifying SSL certificates
Windows resource compiler does not find Visual Studio includes
升级方式:
./gradlew wrapper --gradle-version=4.4-rc-5
独立安装包:https://gradle.org/release-candidate/
软件详情:https://docs.gradle.org/4.4-rc-5/release-notes.html
来自:开源中国社区

