From aac646e226d7f328a94a880c519d2fbe3a35e65b Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:59:57 -0700 Subject: [PATCH] Upgrading IntelliJ from 2023.1.4 to 2023.1.5 (#106) --- CHANGELOG.md | 1 + gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0e6ae..2333f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Added ### Changed +- Upgrading IntelliJ from 2023.1.4 to 2023.1.5 ### Deprecated diff --git a/gradle.properties b/gradle.properties index 52e78a7..05a8b34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginGroup = com.chriscarini.jetbrains pluginName = 'Example LoC Configuration Plugin' # SemVer format -> https://semver.org -pluginVersion = 0.2.4 +pluginVersion = 0.2.5 ### I DO NOT MAKE USE OF SINCE/UNTIL IN THIS PLUGIN. ## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html @@ -15,7 +15,7 @@ pluginVersion = 0.2.4 # 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 = 2023.1.4,LATEST-EAP-SNAPSHOT +pluginVerifierIdeVersions = 2023.1.5,LATEST-EAP-SNAPSHOT # Exclude `NOT_DYNAMIC` Failure Level because we make use of `productivityFeaturesProvider` (in `plugin.xml`) # which is considered to be a non-dynamic feature. # Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt @@ -29,7 +29,7 @@ platformType = IC # and https://www.jetbrains.com/intellij-repository/snapshots/ # To use/download EAP add '-EAP-SNAPSHOT' to the version, i.e. 'IU-191.6014.8-EAP-SNAPSHOT' # platformVersion = '201.6668.60-EAP-SNAPSHOT' -platformVersion = 2023.1.4 +platformVersion = 2023.1.5 platformDownloadSources = true # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html