Releases: JetBrains/intellij-platform-gradle-plugin
Releases · JetBrains/intellij-platform-gradle-plugin
v0.4.13
- Removed
intellij.useProductionClassLoaderInTests
option as we found another way to fix loading plugins in tests in 2019.3
v0.4.12
- More structured logging
- Introduced
intellij.useProductionClassLoaderInTests
option to control how plugin is going to be loaded in tests
v0.4.11
- Fix setting archive name for Gradle 5.1 and higher #436
- Fix forms compilation for Rider and Python snapshot builds. Works for Rider-2019.3-SNAPSHOT and higher #403
v0.4.10
- Upgrade download plugin #418
- Simplify custom runIde task configuration #401
v0.4.9
- Graceful handling of 404 errors when publishing a new plugin #389
- Support PyCharm as an SDK
- Fail if the plugin depends on Java plugin but doesn't declare it as dependency
v0.4.8
- Gradle 5.4 compatibility
- Support for new JBR distributions layout
- Made buildSearchableOption task incremental
v0.4.7
- add one more executable file in Rider SDK
v0.4.6
- support Gradle 5.3 #379
- fixed downloading JBR 8 for IDEA 2018.3 and earlier
v0.4.5
- support JBR 11 from the new JetBrains Runtime Repo
- support running using JBR 11 IDEA-208692
v0.4.4
- support the new bintray repository for JetBrains Runtime artifacts
- fixed downloading of old JBR builds #367
- fix instrumentation for local IDE instances #369