diff --git a/gradle.properties b/gradle.properties index aff06bf..c67a7df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ PublishToken="_PLACEHOLDER_" # EAP: 2020.3-EAP2-SNAPSHOT # Nightly: 2020.3-SNAPSHOT ProductVersion=2025.1 -PluginVersion=2025.1.2 +PluginVersion=2025.1.3 # Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE # https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default diff --git a/src/dotnet/MO.CleanCode/InvalidateOnSettingsChange.cs b/src/dotnet/MO.CleanCode/InvalidateOnSettingsChange.cs index 191a9de..d7613a2 100644 --- a/src/dotnet/MO.CleanCode/InvalidateOnSettingsChange.cs +++ b/src/dotnet/MO.CleanCode/InvalidateOnSettingsChange.cs @@ -6,7 +6,7 @@ namespace CleanCode { - [SolutionComponent(JetBrains.Application.Parts.Instantiation.DemandAnyThreadSafe)] + [SolutionComponent(JetBrains.Application.Parts.Instantiation.ContainerAsyncPrimaryThread)] public class InvalidateOnSettingsChange { public InvalidateOnSettingsChange(