Gradle 4.8 RC 1 已发布。Gradle 是一个基于 Apache Ant 和 Apache Maven 概念的项目自动化构建工具,支持依赖管理和多项目,类似 Maven,但比之简单轻便。它使用一种基于 Groovy 的特定领域语言来声明项目设置,而不是传统的 XML。
这个Gradle版本具有依赖锁定功能:一种锁定依赖版本的机制,允许构建在动态版本或版本范围内重现。
改进:
The Signing Plugin now supports signing all artifacts of a publication.
The Maven Publish Plugin now provides a dedicated, type-safe DSL to customize the POM generated as part of a Maven publication.
Configuration-wide dependency excludes are now published
更多内容请查看发布主页。
下载地址:
Source code (zip)
Source code (tar.gz)
评论删除后,数据将无法恢复
Gradle 4.8 RC 1 发布,新增依赖锁定功能
Gradle 4.8 RC 1 已发布。Gradle 是一个基于 Apache Ant 和 Apache Maven 概念的项目自动化构建工具,支持依赖管理和多项目,类似 Maven,但比之简单轻便。它使用一种基于 Groovy 的特定领域语言来声明项目设置,而不是传统的 XML。
这个Gradle版本具有依赖锁定功能:一种锁定依赖版本的机制,允许构建在动态版本或版本范围内重现。
改进:
The Signing Plugin now supports signing all artifacts of a publication.
The Maven Publish Plugin now provides a dedicated, type-safe DSL to customize the POM generated as part of a Maven publication.
Configuration-wide dependency excludes are now published
更多内容请查看发布主页。
下载地址:
Source code (zip)
Source code (tar.gz)