|
5 | 5 | ### Added
|
6 | 6 |
|
7 | 7 | - Introduce `intellijPlatformClasspath` configuration to allow retrieving the processed IntelliJ Platform and plugins dependencies.
|
8 |
| -- Warn if bundled plugin provided to `intellijPlatform.plugins` dependency helper. |
| 8 | +- Warn if trying to refer to a bundled plugin via `intellijPlatform.plugins` instead of required `intellijPlatform.bundledPlugin`. |
9 | 9 |
|
10 | 10 | ### Changed
|
11 | 11 |
|
12 |
| -- Move `localPlatformArtifacts()` to the top of the `defaultRepositories()` list |
| 12 | +- Move `localPlatformArtifacts()` to the top of the `defaultRepositories()` list. |
13 | 13 |
|
14 | 14 | ### Fixed
|
15 | 15 |
|
16 |
| -- Fixed by removing a hash of the absolute artifact path appended to the end of the version string. That hash made an artifact version different on different PCs and also broke Gradle dependency locking. [#1778](../../issues/1778) |
| 16 | +- Adjust local artifact definition in Ivy XML files to satisfy Gradle dependency locking. [#1778](../../issues/1778) |
17 | 17 | - Add the missing `org.jetbrains.kotlin.platform.type=jvm` attribute to the `intellijPlatformRuntimeClasspath` configuration manually as it is not inherited from the `runtimeClasspath`.
|
18 |
| -- Fixed `Could not generate a decorated class for type PluginArtifactRepository.` when creating a custom plugin repository. |
19 |
| -- Fixed generation of duplicate files in ".intellijPlatform/localPlatformArtifacts" with different version numbers. |
20 |
| -- Gradle's api & compileOnlyApi configurations created by its java-library plugin don't work, and transitive implementation scope dependencies get exposed, when this plugin is used. [#1799](../../issues/1799) |
21 |
| -- Fixed incorrect transitive dependencies calculation for bundled modules. [#1791](../../issues/1791) |
22 |
| -- Fixed IOB exception while running tests from Gradle. |
23 |
| -- Fixed an error while building the searchable options: `Unable to create shared archive file $IDE_CACHE_DIR/pycharm243.18137.19.jsa: (No such file or directory).` |
24 |
| -- Fixed compatibility with Gradle dependency verification. Previously it was failing with "Failed to create MD5 hash for file". |
| 18 | +- `Could not generate a decorated class for type PluginArtifactRepository.` when creating a custom plugin repository. |
| 19 | +- Generation of duplicate files in `.intellijPlatform/localPlatformArtifacts` with different version numbers. |
| 20 | +- Gradle's `api` & `compileOnlyApi` configurations created by its _java-library_ plugin don't work, and transitive implementation scope dependencies get exposed, when this plugin is used. [#1799](../../issues/1799) |
| 21 | +- Incorrect transitive dependencies calculation for bundled modules. [#1791](../../issues/1791) |
| 22 | +- Fixed IOOB exception while running tests from Gradle. |
| 23 | +- Building the searchable options: `Unable to create shared archive file $IDE_CACHE_DIR/pycharm243.18137.19.jsa: (No such file or directory).` |
| 24 | +- Compatibility with Gradle dependency verification. Previously it was failing with `Failed to create MD5 hash for file`. |
25 | 25 |
|
26 | 26 | ## [2.1.0]
|
27 | 27 |
|
|
0 commit comments