Skip to content

v2.0.0-beta6

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 06:38
· 391 commits to main since this release
2eadeac

The IntelliJ Platform Gradle Plugin 2.0.0-beta6 is a plugin for the Gradle build system to help configure environments for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs. It is a successor of Gradle IntelliJ Plugin 1.x.

To read more about the upcoming 2.0.0 release, please visit the documentation and the Migration Guide from Gradle IntelliJ Plugin.

If you have any issues or requests, please submit them to the GitHub Issues.
To submit questions or suggestions in relation to the documentation, use the feedback form at the bottom of the article.

Added

  • Custom plugin repositories with authorization headers support

Changed

  • Resolve Plugin Verifier IDEs using regular IntelliJ Platform dependency resolution

Fixed

  • Add idea.classpath.index.enabled=false to tests system properties to avoid creating classpath.index file
  • Replace base archive file of the Jar task with ComposedJarTask archive file in all configuration artifact sets
  • Redundant whitespace when parsing plugin dependency IDs
  • Plugin Verifier: introduce partial configuration for resolving IntelliJ Platform dependencies with same coordinates but different versions