Releases: JetBrains/intellij-platform-gradle-plugin
Releases · JetBrains/intellij-platform-gradle-plugin
v1.3.1
- Fixed execution bit filter when extracting Rider RIDER-72922
- Revert
org.jetbrains.intellij:blockmapdependency to the latest1.0.5version - Avoid querying
intellij.versionwhenintellij.localPathis set - Fixed
BuildSearchableOptionsTaskfor2022.1+version of IDE RIDER-73264 ListProductsReleasesTask: rely on thepatchPluginXml.sinceBuild/patchPluginXml.untilBuildproperties instead ofintellij.versionListProductsReleasesTask: allow using IDE version along with build numbers
v1.3.0
- IntelliJ Plugin Verifier allows for running against Android Studio (i.e.
AI-2021.2.1.4) - Make
intellij.versionproperty mandatory - Move
intellij.ideaDependencyto theSetupDependenciesTask.idea - Postpone the initial dependencies downloading to the
setupDependenciestask which is run in theafterSyncphase or by individual tasks - Provide build information within the
META-INF/MANIFEST.MFfile - Resolve EAP version of the Java compiler for
LATEST-EAP-SNAPSHOT - Allow for using
dcevm,fd, andnomodvariants of JBR #818 ListProductsReleasesTask.updatesPathchanged toListProductsReleasesTask.updatePathsListProductsReleasesTask.includeEAPchanged toListProductsReleasesTask.releaseChannels
v1.2.1
v1.2.0
- Fixed running tests on 2021.3 platform version
- Deprecate
IntelliJPluginExtension.getIdeaDependency(project: Project) - Avoid downloading IDE dependency in configuration phase
- Increase the default
runPluginVerifier.failureLeveltoCOMPATIBILITY_PROBLEMS - Introduce
listProductsReleasestask for listing the IDE releases matching given criteria - Fixed resolving compiler classpath for the
instrumentCodetask when usingLATEST-EAP-SNAPSHOT#752 - Fixed resolving
idea.platform.prefix#772 - Fix for custom
buildDirnot used in someinstrumentCodeandbuildSearchableOptionstasks #793
v1.1.6
v1.1.5
v1.1.4
v1.1.3
- Fixed dependency on
JavaScriptplugin #674 - Fixed
releaseTyperesolving for Rider versions in-EAP#-SNAPSHOTformat. runPluginVerifier: verify required Java 11 environment for Plugin Verifier1.260+pluginVerifier– remove support for old versions< 1.255hosted on Bintray- Fixed tests configuration – 'Config Directory' does not exist exception
v1.1.2
- Use Gradle
ArchiveOperationsinextractArchiveutils method #681 - Set minimal supported Gradle version to 6.6
- Use JDOM for altering
updates.xmlinPrepareSandboxTaskto keep existing content - Fixed incorrect output path of
JarSearchableOptionsTaskcausing also duplicate entry exception #678 - Fixed incorrect plugin download URL for custom repositories #688
- Make
DownloadRobotServerPluginTaskpointing to the latest Robot Server Plugin available - Support Maven closure in
PluginsRepositoriesblock BuildSearchableOptionsTaskfails on macOS when resolvingjavaHome#696PrepareSandboxTaskdoesn't depend onJavaPlugindependencies #451- Remove
IntelliJPluginExtension.pluginsRepositories(block: Closure<Any>)due toConfigureUtildeprecation and a lack of typed parameters - Remove usage of deprecated methods and classes introduced in Gradle 7.1 #700