mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Document removal of GradleProjectResolver.CONFIGURATION_ARTIFACTS (#1141)
* Document removal of GradleProjectResolver.CONFIGURATION_ARTIFACTS This key used to point to artifacts' mapping information in DataNode. Since 2023.3 this information is stored in `org.jetbrains.plugins.gradle.service.project.ProjectResolverContext` * Fix punctuation
This commit is contained in:
parent
02ee9f26fa
commit
f8dee9d2b4
@ -98,6 +98,9 @@ JsonPath library unbundled
|
||||
`org.jetbrains.plugins.gradle.service.project.GradleProjectResolverUtil.buildDependencies(ProjectResolverContext, Map, Map, DataNode, Collection, DataNode)` method parameter type changed from `Map<String, String>` to `ArtifactMappingService`
|
||||
: Update usages of this method. Change parameter `artifactsMap` value to an `ArtifactMappingService` instance. It can be obtained from `ProjectResolverContext`, or created in-place using the `MapBasedArtifactMappingService`
|
||||
|
||||
`org.jetbrains.plugins.gradle.service.project.GradleProjectResolver.CONFIGURATION_ARTIFACTS` field removed
|
||||
: Related mapping information is no longer accessible using this key. Artifacts mapping data is now stored in the instance of the `ArtifactMappingService` and can be obtained via `org.jetbrains.plugins.gradle.service.project.ProjectResolverContext#getArtifactsMap()`.
|
||||
|
||||
### Collaboration Tools Module 2023.3
|
||||
|
||||
`com.intellij.collaboration.ui.codereview.action.CodeReviewCheckoutRemoteBranchAction` class removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user