Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 19:27
0e8df80

Added

  • Set IDEA_PLUGIN_SANDBOX_MODE to true for runIde-based tasks
  • The listBundledPlugins task for listing IDs of plugins bundled within the currently targeted IDE
  • Make sure 1.10.0 is higher than 1.10.0-SNAPSHOT in version check #1155

Fixed

  • Invalidate instrumented classes bound to forms if GUI changed IDEA-298989
  • Revert pushing project resource directories to the end of classpath in the test task context. #1101
  • Avoid unnecessary task configuration during Gradle configuration phase #1110 by @3flex
  • Replace internal Gradle ConventionTask with DefaultTask #1115 by @aSemy
  • Plugin Verifier cache directory now follows XDG cache standards #1119 by @aSemy
  • Migrate most of the Gradle API in IntelliJPlugin.kt to use the Gradle Kotlin DSL extensions #1117 by @aSemy
  • Support runIde.jbrVersion in 17.0.4.1-b653.1 format #1172
  • Plugin dependencies not resolved in multi-module project #1196
  • Finalize instrumentation with classpathIndexCleanup run to remove classpath.index file which breaks incremental build
  • Misleading message about Kotlin language version #1156

Changed

  • Set minimum supported Gradle version from 6.7.1 to 6.8
  • Use information from product-info.json for running 223+