v2.0.0-beta8
github-actions
released this
01 Jul 16:03
·
311 commits
to main
since this release
The IntelliJ Platform Gradle Plugin 2.0.0-beta8
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
intellijPlatformTesting
top-level extension for registering custom tasks- Resolving IntelliJ Platform artifacts from JetBrains CDN using common coordinates
jetBrainsCdn()
repository helperDependencyVersion
for controlling how particular dependencies are resolved (latest/closest/match IntelliJ Platform/exact)- Added
-Didea.l10n.keys=only
to thebuildSearchableOptions
task
Changed
- Custom tasks registering refactoring
testIdeUi
no longer runs IDE with Robot Server Plugin applieddefaultRepositories()
repository helper executes nowjetBrainsCdn()
instead ofbinaryReleases()
Fixed
- Fixed
Could not find bundled plugin with ID: 'org.jetbrains.kotlin'
- Fixed
Cannot snapshot ../system/jcef_cache/SingletonSocket: not a regular file
issue when preparing sandbox - Optimized resolving the latest/closest dependency version from available Maven repositories
Removed
CustomRunIdeTask
,CustomTestIdeTask
,CustomTestIdePerformanceTask
,CustomTestIdeUiTask
custom task classesCustomIntelliJPlatformVersionAware
,SandboxProducerAware
task aware classbinaryReleases()
repository helperorg.jetbrains.intellij.platform.buildFeature.useBinaryReleases
flag