File: 0.12.1.md

package info (click to toggle)
gradle-kotlin-dsl 0.13.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,248 kB
  • sloc: makefile: 60
file content (29 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Gradle Kotlin DSL 0.12.1 Release Notes
============================

Gradle Kotlin DSL v0.12.1 is a minor update to the [v0.12.0][v0.12.0] release with better support for the [`build-scan` plugin](https://scans.gradle.com/get-started).

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/dist-snapshots/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][v0.12.0] release notes for details.

Updates since v0.12.0
----------------------

 * **Upgrade `build-scan` plugin version to 1.9.1** ([#533](https://github.com/gradle/kotlin-dsl/issues/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](https://github.com/gradle/kotlin-dsl/issues/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.

[v0.12.0]: https://github.com/gradle/kotlin-dsl/releases/tag/v0.12.0