mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
api_changes_list_2020.md: note Java 11 + gradle plugin reqs
This commit is contained in:
parent
32923a6af5
commit
c2704abb2d
@ -64,6 +64,9 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
|
||||
|
||||
## 2020.3
|
||||
|
||||
> **NOTE** Java 11 is now required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
|
||||
> Please make sure to always upgrade to the latest version of `gradle-intellij-plugin`. Follow releases on [GitHub](https://github.com/JetBrains/gradle-intellij-plugin/releases).
|
||||
|
||||
### Changes in IntelliJ Platform 2020.3
|
||||
|
||||
`com.intellij.openapi.application.NonBlockingReadAction.finishOnUiThread` method parameter type changed from ``Consumer<T>`` to ``Consumer<? super T>``
|
||||
|
Loading…
x
Reference in New Issue
Block a user