Skip to content

v2.0.0-beta5

Choose a tag to compare

@github-actions github-actions released this 30 May 08:15
· 824 commits to main since this release
774699c

The IntelliJ Platform Gradle Plugin 2.0.0-beta5 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

  • Introduce KotlinMetadataAware interface to provide metadata about the Kotlin setup

Fixed

  • Regression: Cannot fingerprint input property productInfo
  • Regression: GenerateManifestTask property kotlinStdlibBundled doesn't have a configured value
  • Regression: PrepareSandboxTask doesn't create system and log sandbox directories
  • Revise creating custom tasks and IntelliJ Platform main dependency inheritance