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

0.17.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@eskatos eskatos released this 24 May 09:48
bb856d2

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 (#110)
  • Fix wrong in-memory script compilation cache hits (#844)

Breaking changes

There are no breaking changes upgrading from 0.17.4 to 0.17.5.