v0.14.2
版本发布时间: 2018-01-04 08:34:04
gradle/kotlin-dsl-samples最新发布版本:v1.1.3(2019-01-29 18:57:52)
Gradle Kotlin DSL 0.14.2 Release Notes
Gradle Kotlin DSL v0.14.2 fixes a regression identified after the v0.14.0 release.
v0.14.2 is included in Gradle 4.5 RC1.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.5-rc-1 --distribution-type all
Breaking changes
There are no breaking changes upgrading from 0.14.0 to 0.14.2.
Fixes since v0.14.2
-
Fix regression on applying Kotlin script from
buildscript
block (gradle/gradle#3759)