Skip to content

Releases: JetBrains/intellij-platform-gradle-plugin

v0.4.23

17 Sep 13:49
Compare
Choose a tag to compare
  • fix compatibility issue with Kotlin 1.4 serialization #532

v0.4.22

03 Sep 11:15
Compare
Choose a tag to compare
  • add option to disable auto-reload of dynamic plugins (autoReloadPlugins=false in runIde task)
  • documentation improvements

v0.4.21

12 May 19:12
Compare
Choose a tag to compare
  • fix adding searchable options to the distribution for Gradle > 5.1 #487

v0.4.20

06 May 16:28
Compare
Choose a tag to compare
  • 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

02 May 17:49
Compare
Choose a tag to compare
  • 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

01 Apr 23:09
Compare
Choose a tag to compare
  • Introduced runIdeForUiTests task #466
  • Fix unpacking JBR with JCEF on Mac #468
  • Publish plugin security update #472

v0.4.17

23 Mar 14:20
Compare
Choose a tag to compare
  • 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

28 Jan 13:42
Compare
Choose a tag to compare

(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

07 Dec 21:09
Compare
Choose a tag to compare
  • Fix uploading on Java 11 #448
  • Fix instrumentation when localPath is set #443

v0.4.14

25 Nov 15:22
Compare
Choose a tag to compare
  • Support for Gradle 6.0
  • Deprecated runIde.ideaDirectory. runIde.ideDirectory should be used instead