Releases: JetBrains/intellij-platform-gradle-plugin
Releases · JetBrains/intellij-platform-gradle-plugin
v0.4.23
- fix compatibility issue with Kotlin 1.4 serialization #532
v0.4.22
- add option to disable auto-reload of dynamic plugins (
autoReloadPlugins=false
in runIde
task)
- documentation improvements
v0.4.21
- fix adding searchable options to the distribution for Gradle > 5.1 #487
v0.4.20
- fixed caching builtin plugins data
- add annotations-19.0.0 to compile classpath by default
- fix setting plugin name for Gradle 5.1..5.3 #481
v0.4.19
- Use builtin JBR from alternativeIdePath IDE #358
- Enable dependencies for builtin plugins automatically #474
- Allow referring builtin plugins by their ids rather than directory name IDEA-233841
- Require 4.9 Gradle version, dropped deprecated stuff
- Do not add junit.jar into classpath, it may clash with junit-4.jar on certain JDKs
v0.4.18
- Introduced
runIdeForUiTests
task #466
- Fix unpacking JBR with JCEF on Mac #468
- Publish plugin security update #472
v0.4.17
- Fix platform prefix for DataGrip #458
- Enable plugin auto-reloading by default
- Upgrade plugins repository client
- Use new methods for Gradle 5.1 and higher #464
- Support JBR with JCEF #465
v0.4.16
(under development)
- Fix downloading JBR if temp directory and gradle chace are on the different partitions #457
- Build searchable options task is marked as cacheable
v0.4.15
- Fix uploading on Java 11 #448
- Fix instrumentation when localPath is set #443
v0.4.14
- Support for Gradle 6.0
- Deprecated
runIde.ideaDirectory
. runIde.ideDirectory
should be used instead