From 169d571be7363b6b0338c9a0df9cbf887261671f Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:02:08 -0700 Subject: [PATCH] Upgrading IntelliJ from 2024.2.2 to 2024.2.3 (#387) --- CHANGELOG.md | 1 + gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b9df4..292a002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Added ### Changed +- Upgrading IntelliJ from 2024.2.2 to 2024.2.3 ### Deprecated diff --git a/gradle.properties b/gradle.properties index 9222e64..d7e00bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginRepositoryUrl = https://github.com/ChrisCarini/intellij-notification-sampl # - https://plugins.jetbrains.com/plugins/eap/list # Note: You will need to configure the above URL as a custom plugin repository; # see directions: https://www.jetbrains.com/help/idea/managing-plugins.html#repos -pluginVersion = 4.1.2 +pluginVersion = 4.1.3 ## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html ## for insight into build numbers and IntelliJ Platform versions. @@ -17,7 +17,7 @@ pluginUntilBuild = 242.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions -pluginVerifierIdeVersions = 2024.2.2,LATEST-EAP-SNAPSHOT +pluginVerifierIdeVersions = 2024.2.3,LATEST-EAP-SNAPSHOT # Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt pluginVerifierExcludeFailureLevels = # Mute Plugin Problems -> https://github.com/JetBrains/intellij-plugin-verifier?tab=readme-ov-file#check-plugin @@ -33,7 +33,7 @@ platformType = IC #platformVersion = 2024.1.4 ## 2024.1.4 #platformVersion = 242.20224.91-EAP-SNAPSHOT ## 2024.2 Beta #platformVersion = 242.20224.159-EAP-SNAPSHOT ## 2024.2 RC1 -platformVersion = 2024.2.2 +platformVersion = 2024.2.3 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP