v1.2.0
版本发布时间: 2021-09-30 18:08:33
JetBrains/intellij-platform-gradle-plugin最新发布版本:v2.0.1(2024-08-09 05:03:45)
- Fixed running tests on 2021.3 platform version
- Deprecate
IntelliJPluginExtension.getIdeaDependency(project: Project)
- Avoid downloading IDE dependency in configuration phase
- Increase the default
runPluginVerifier.failureLevel
toCOMPATIBILITY_PROBLEMS
- Introduce
listProductsReleases
task for listing the IDE releases matching given criteria - Fixed resolving compiler classpath for the
instrumentCode
task when usingLATEST-EAP-SNAPSHOT
#752 - Fixed resolving
idea.platform.prefix
#772 - Fix for custom
buildDir
not used in someinstrumentCode
andbuildSearchableOptions
tasks #793