v0.12.1
版本发布时间: 2017-10-11 04:50:47
gradle/kotlin-dsl-samples最新发布版本:v1.1.3(2019-01-29 18:57:52)
Gradle Kotlin DSL 0.12.1 Release Notes
Gradle Kotlin DSL v0.12.1 is a minor update to the v0.12.0 release with better support for the build-scan
plugin.
v0.12.1 is expected to be included in the upcoming Gradle 4.3 RC1.
The features in this release are also available for immediate use within the latest Gradle Kotlin DSL distribution snapshot. To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-distribution-url https://repo.gradle.org/gradle/kotlin-dsl-snapshots-local/gradle-kotlin-dsl-4.3-20171010191714+0000-all.zip
Once Gradle 4.3 RC1 is out, we encourage all users to upgrade in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.3-rc-1 --distribution-type all
Breaking changes
Please check out the v0.12.0 release notes for details.
Updates since v0.12.0
-
Upgrade
build-scan
plugin version to 1.9.1 (#533). Thebuild-scan
plugin dependency version will now default to1.9.1
. -
Automatically apply the build-scan plugin when
--scan
is provided on the command-line (#532). Starting with Gradle 4.3 it is now possible to produce a build scan without explicitly applying thebuild-scan
plugin via the--scan
command-line argument.