Releases: JetBrains/intellij-platform-gradle-plugin
Releases · JetBrains/intellij-platform-gradle-plugin
v1.1.4
v1.1.3
- Fixed dependency on
JavaScript
plugin #674 - Fixed
releaseType
resolving for Rider versions in-EAP#-SNAPSHOT
format. runPluginVerifier
: verify required Java 11 environment for Plugin Verifier1.260+
pluginVerifier
– remove support for old versions< 1.255
hosted on Bintray- Fixed tests configuration – 'Config Directory' does not exist exception
v1.1.2
- Use Gradle
ArchiveOperations
inextractArchive
utils method #681 - Set minimal supported Gradle version to 6.6
- Use JDOM for altering
updates.xml
inPrepareSandboxTask
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 resolvingjavaHome
#696PrepareSandboxTask
doesn't depend onJavaPlugin
dependencies #451- Remove
IntelliJPluginExtension.pluginsRepositories(block: Closure<Any>)
due toConfigureUtil
deprecation and a lack of typed parameters - Remove usage of deprecated methods and classes introduced in Gradle 7.1 #700
v1.1
v1.0
- 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
v0.7.2
v0.7.1
v0.7.0
- 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