v0.12.2
版本发布时间: 2017-10-25 04:33:58
gradle/kotlin-dsl-samples最新发布版本:v1.1.3(2019-01-29 18:57:52)
Gradle Kotlin DSL 0.12.2 Release Notes
Gradle Kotlin DSL v0.12.2 is another minor update to the v0.12.0 release, this time with a fix for a defect identified during the Gradle RC2 testing phase.
v0.12.2 is already included in Gradle 4.3 RC3.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.3-rc-3 --distribution-type all
Breaking changes
Please check out the v0.12.0 release notes for details.
Fixes since v0.12.1
-
Auto-applied build scan plugin not found when used in Kotlin DSL (#3250). Executing Gradle with the
--scan
command line option in a project where the main build script contains abuildscript
block that applies other scripts would cause the build to fail as described in the issue. This has been fixed.