Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 13:49
· 67 commits to main since this release
6f087e2

Added

  • Added PrepareSandboxTask.pluginName for easier accessing of the plugin directory name
  • Allow for using non-installer IDEs for plugin verification #1715
  • Added bundledModule() dependency extension helpers
  • Detect and warn about the kotlinx-coroutines library in transitive dependencies
  • Introduce caching when creating dependencies

Changed

  • Add IntelliJ Platform v2 product modules to the test classpath
  • Invalidate local dependency artifacts XML files running

Fixed

  • Fixed caching for IntelliJPlatformArgumentProvider.coroutinesJavaAgentFile.
  • intellijPlatform.pluginConfiguration.description appends content instead of replacing it #1744
  • The disabledPlugins.txt file is not updated when disabling bundled plugins #1745
  • Plugin sandbox created by IntelliJPlatformTestingExtension is not correct for localPlugin(org.gradle.api.artifacts.ProjectDependency) #1743
  • Better resolving the JVM variant of the io.github.pdvrieze.xmlutil dependency #1741
  • Remove the inclusion of all IntelliJ Platform v2 bundled modules to the classpath #1761
  • Duplicate bundled template error in tests #1755
  • Fixed IDE problem when submodule jars appear as External Libraries
  • Fixed java.util.ConcurrentModificationException on Gradle sync caused by the pluginVerification configuration #1714
  • Fixed Configuration Cache issues related to the intellijPlatform.buildSearchableOptions flag