This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
0.14.2
Pre-release
Pre-release
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)