Skip to content

Releases: JetBrains/intellij-platform-gradle-plugin

v0.4.13

13 Nov 19:25
Compare
Choose a tag to compare
  • Removed intellij.useProductionClassLoaderInTests option as we found another way to fix loading plugins in tests in 2019.3

v0.4.12

08 Nov 12:13
Compare
Choose a tag to compare
  • More structured logging
  • Introduced intellij.useProductionClassLoaderInTests option to control how plugin is going to be loaded in tests

v0.4.11

01 Nov 14:42
Compare
Choose a tag to compare
  • 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

09 Aug 08:04
Compare
Choose a tag to compare
  • Upgrade download plugin #418
  • Simplify custom runIde task configuration #401

v0.4.9

05 Jun 15:58
Compare
Choose a tag to compare
  • Graceful handling of 404 errors when publishing a new plugin #389
  • Support PyCharm as an SDK
  • Fail if the plugin depends on Java plugin but doesn't declare it as dependency

v0.4.8

16 Apr 16:44
Compare
Choose a tag to compare
  • Gradle 5.4 compatibility
  • Support for new JBR distributions layout
  • Made buildSearchableOption task incremental

v0.4.7

25 Mar 14:32
Compare
Choose a tag to compare
  • add one more executable file in Rider SDK

v0.4.6

25 Mar 13:56
Compare
Choose a tag to compare
  • support Gradle 5.3 #379
  • fixed downloading JBR 8 for IDEA 2018.3 and earlier

v0.4.5

14 Mar 10:07
Compare
Choose a tag to compare
  • support JBR 11 from the new JetBrains Runtime Repo
  • support running using JBR 11 IDEA-208692

v0.4.4

28 Feb 18:36
Compare
Choose a tag to compare
  • support the new bintray repository for JetBrains Runtime artifacts
  • fixed downloading of old JBR builds #367
  • fix instrumentation for local IDE instances #369