v0.17.5
版本发布时间: 2018-05-24 17:48:35
gradle/kotlin-dsl-samples最新发布版本:v1.1.3(2019-01-29 18:57:52)
Gradle Kotlin DSL 0.17.5 Release Notes
Gradle Kotlin DSL v0.17.5 fixes two issues identified after the v0.17.4 release.
v0.17.5 is included in Gradle 4.8 RC2.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.8-rc-2 --distribution-type all
Fixes since v0.17.4
-
Fix IDE classpath computation for script plugins with
buildscript {}
dependencies (gradle/kotlin-dsl#110) - Fix wrong in-memory script compilation cache hits (gradle/kotlin-dsl#844)
Breaking changes
There are no breaking changes upgrading from 0.17.4 to 0.17.5.