Skip to content

Commit

Permalink
Mention potential breaking change to Kotlin DSL IDE resolver
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Merlin <paul@gradle.com>
  • Loading branch information
eskatos committed Aug 28, 2019
1 parent 8649de7 commit 7c51454
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions subprojects/docs/src/docs/userguide/upgrading_version_5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ The abstrace method `compile()` is no longer declared by `AbstractCompile`.
Tasks extending `AbstractCompile` can implement their own `@TaskAction` method with the name of their choosing.
They are also free to add a `@TaskAction` method with an `InputChanges` parameter without having to implement a parameter-less one as well.

==== Kotlin DSL IDE support now requires Kotlin IntelliJ Plugin >= 1.3.50

With Kotlin IntelliJ plugin versions prior to 1.3.50, Kotlin DSL scripts will be wrongly highlighted when the _Gradle JVM_ is set to a version different from the one in _Project SDK_.
Simply upgrade your IDE plugin to a version >= 1.3.50 to restore the correct Kotlin DSL script highlighting behavior.

==== Updates to bundled Gradle dependencies

- Groovy has been updated to http://groovy-lang.org/changelogs/changelog-2.5.8.html[Groovy 2.5.8].
Expand Down

0 comments on commit 7c51454

Please sign in to comment.