Skip to content

Releases: JetBrains/intellij-platform-gradle-plugin

v1.1.4

21 Jul 17:01
928ea8e
Compare
Choose a tag to compare
  • Configuration cache enhancements
  • Fix prepareTestingSandbox not running when test task is executed #745 by @abrooksv
  • Move signPlugin file name creation to lazy #742 by @brian-mcnamara
  • Better platform prefix resolving

v1.1.3

14 Jul 12:09
3ec2c9f
Compare
Choose a tag to compare
  • Fixed dependency on JavaScript plugin #674
  • Fixed releaseType resolving for Rider versions in -EAP#-SNAPSHOT format.
  • runPluginVerifier: verify required Java 11 environment for Plugin Verifier 1.260+
  • pluginVerifier – remove support for old versions < 1.255 hosted on Bintray
  • Fixed tests configuration – 'Config Directory' does not exist exception

v1.1.2

01 Jul 18:34
Compare
Choose a tag to compare
  • Use Gradle ArchiveOperations in extractArchive utils method #681
  • Set minimal supported Gradle version to 6.6
  • Use JDOM for altering updates.xml in PrepareSandboxTask to keep existing content
  • Fixed incorrect output path of JarSearchableOptionsTask causing also duplicate entry exception #678
  • Fixed incorrect plugin download URL for custom repositories #688
  • Make DownloadRobotServerPluginTask pointing to the latest Robot Server Plugin available
  • Support Maven closure in PluginsRepositories block
  • BuildSearchableOptionsTask fails on macOS when resolving javaHome #696
  • PrepareSandboxTask doesn't depend on JavaPlugin dependencies #451
  • Remove IntelliJPluginExtension.pluginsRepositories(block: Closure<Any>) due to ConfigureUtil deprecation and a lack of typed parameters
  • Remove usage of deprecated methods and classes introduced in Gradle 7.1 #700

v1.1

30 Jun 16:30
Compare
Choose a tag to compare
1.1.0

v1.0

27 May 11:10
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fix classpath for IDE 2020.2 #601

v0.7.0

21 Feb 19:29
Compare
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
Compare
Choose a tag to compare
  • fixed not found classes from plugin dependencies in tests #570