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

0.12.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bamboo bamboo released this 10 Oct 20:50
· 2279 commits to master since this release
v0.12.1

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). The build-scan plugin dependency version will now default to 1.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 the build-scan plugin via the --scan command-line argument.