Releases: JetBrains/intellij-platform-gradle-plugin
Releases · JetBrains/intellij-platform-gradle-plugin
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
v0.4.13
- Removed
intellij.useProductionClassLoaderInTests
option as we found another way to fix loading plugins in tests in 2019.3
v0.4.12
- More structured logging
- Introduced
intellij.useProductionClassLoaderInTests
option to control how plugin is going to be loaded in tests
v0.4.11
- Fix setting archive name for Gradle 5.1 and higher #436
- Fix forms compilation for Rider and Python snapshot builds. Works for Rider-2019.3-SNAPSHOT and higher #403
v0.4.10
- Upgrade download plugin #418
- Simplify custom runIde task configuration #401