Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

0.13.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bamboo bamboo released this 08 Dec 16:43
v0.13.2
59419dc

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