v1.3.0
版本发布时间: 2021-11-16 06:46:51
JetBrains/intellij-platform-gradle-plugin最新发布版本:v2.0.1(2024-08-09 05:03:45)
- IntelliJ Plugin Verifier allows for running against Android Studio (i.e.
AI-2021.2.1.4
) - Make
intellij.version
property mandatory - Move
intellij.ideaDependency
to theSetupDependenciesTask.idea
- Postpone the initial dependencies downloading to the
setupDependencies
task which is run in theafterSync
phase or by individual tasks - Provide build information within the
META-INF/MANIFEST.MF
file - Resolve EAP version of the Java compiler for
LATEST-EAP-SNAPSHOT
- Allow for using
dcevm
,fd
, andnomod
variants of JBR #818 -
ListProductsReleasesTask.updatesPath
changed toListProductsReleasesTask.updatePaths
-
ListProductsReleasesTask.includeEAP
changed toListProductsReleasesTask.releaseChannels