Gradle 4.10.1 发布,项目自动化构建工具

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Gradle 是一个基于 Apache Ant 和 Apache Maven 概念的项目自动化构建工具,支持依赖管理和多项目,类似 Maven,但比之简单轻便。它使用一种基于 Groovy 的特定领域语言来声明项目设置,而不是传统的 XML。 Grad...

Gradle 是一个基于 Apache Ant 和 Apache Maven 概念的项目自动化构建工具,支持依赖管理和多项目,类似 Maven,但比之简单轻便。它使用一种基于 Groovy 的特定领域语言来声明项目设置,而不是传统的 XML。

Gradle 4.10.1 是针对8月底发布的 4.10 的修复版本:

  • #6656: FileTreeElement.getPath() returns absolute system dependent filepath.

  • #6592: Up-to-date checks for missing files can be incorrect

  • #6612: Gradle fails when no incremental compile snapshot data available.

  • #6582: Gradle 4.10 incorrect ordering between dependencies of dependent tasks.

  • #6558tasks.withType(ScalaCompile::class.java).configureEach fails on multi-project builds.

  • #6653: Double deprecation message when using publishing plugin.

下载地址:

./gradlew wrapper --gradle-version=4.10.1

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Gradle 4.10.1 发布,项目自动化构建工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Inside the C++ Object Model

Inside the C++ Object Model

Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试