v0.13.2
版本发布时间: 2017-12-09 00:43:56
gradle/kotlin-dsl-samples最新发布版本:v1.1.3(2019-01-29 18:57:52)
Gradle Kotlin DSL 0.13.2 Release Notes
Gradle Kotlin DSL v0.13.2 fixes a regression in v0.13.1 that prevented the use of nested Kotlin build scripts together with the --scan
command line option.
v0.13.2 will be included in the upcoming Gradle 4.4.1.
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.4-20171208150335+0000-all.zip
Once Gradle 4.4.1 is out, we encourage all users to upgrade in the following fashion:
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.4.1 --distribution-type all
Breaking changes
There are no breaking changes upgrading from 0.13.1 to 0.13.2.
Fixes since v0.13.1
- Plugin with id 'com.gradle.build-scan' not found (gradle/gradle#3759).