Skip to content

Releases: JetBrains/intellij-platform-gradle-plugin

v1.0

27 May 11:10

Choose a tag to compare

  • Plugin Signing integration
  • Lazy Configuration support
  • Configuration Cache support
  • Task Configuration Avoidance support
  • better CI (GitHub Actions, Qodana, Dependabot)
  • Rewritten in Kotlin
  • properties names cleanup (*Repo to *Repository, *Directory to *Dir – for the sake of consistency with Gradle)
  • Stepping away from Bintray and JCenter
  • Breaking changes guide: https://lp.jetbrains.com/gradle-intellij-plugin

v0.7.3

26 Apr 10:27

Choose a tag to compare

  • migrate from bintray #594
  • exclude kotlin-reflect and kotlin-text from the runtime if kotlin is used in plugin #585
  • respect overridden build directory #602
  • store cache of plugins from different custom repositories in different directories #579
  • rename dependency jars with the same name #497

v0.7.2

23 Feb 15:17

Choose a tag to compare

  • fix classpath for IDE without ant inside distribution
  • fix resolving the OS architecture

v0.7.1

22 Feb 12:07

Choose a tag to compare

  • fix classpath for IDE 2020.2 #601

v0.7.0

21 Feb 19:29

Choose a tag to compare

  • support GoLand as an SDK
  • fix javac2 dependency for project with implicit IntelliJ version #592
  • fix using query parameters in custom repository urls #589
  • support downloading JBR for aarch64 #600
  • added ant dependencies to testing classpath
  • fix JBR resolving after removing JavaFX from JBR in IDEA 2021.1 #599

v0.6.5

26 Nov 10:29

Choose a tag to compare

  • fixed not found classes from plugin dependencies in tests #570

v0.6.4

19 Nov 11:32

Choose a tag to compare

  • runPluginVerifier: integrate Plugin Verifier offline mode with Gradle offline start parameter
  • runPluginVerifier: introduce verifierPath property
  • support for Rider for Unreal Engine as an SDK

v0.6.3

09 Nov 15:05

Choose a tag to compare

  • fixed loading dependencies of builtin plugin #542
  • fixed loading file templates from plugins #554
  • yet another fix for class-loading in tests for IntelliJ Platform 203 and higher #561

v0.6.2

05 Nov 14:00

Choose a tag to compare

  • runPluginVerifier: make ideVersions property mandatory
  • runPluginVerifier: better handling of the exception produced by DownloadAction #553
  • runPluginVerifier: provide URL for verifying the available IDE versions #553
  • runPluginVerifier: fix java.nio.file.FileAlreadyExistsException as ERROR in logs #552
  • add prepareTestingSandbox as an input to tests

v0.6.1

29 Oct 18:14

Choose a tag to compare

  • runPluginVerifier: allow specifying ideVersions as comma-separated String
  • runPluginVerifier: specifying EAP build number leads to IllegalArgumentException
  • runPluginVerifier: fix for ArrayIndexOutOfBoundsException when destructuring ideVersion.split