Skip to content

Commit 40d95f6

Browse files
committed
CHANGELOG update
1 parent cafe630 commit 40d95f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
### Added
66

77
- 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`.
99

1010
### Changed
1111

12-
- Move `localPlatformArtifacts()` to the top of the `defaultRepositories()` list
12+
- Move `localPlatformArtifacts()` to the top of the `defaultRepositories()` list.
1313

1414
### Fixed
1515

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)
1717
- 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`.
2525

2626
## [2.1.0]
2727

0 commit comments

Comments
 (0)