From 6f24f340191fbca4db616fb31fdc09ce836d4e9d Mon Sep 17 00:00:00 2001 From: Dinesh Date: Sat, 30 Sep 2023 12:13:59 -0300 Subject: [PATCH] skip verification when fails. --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc1d7b..4a90440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Changed - Keeping in Sync with IntelliJ Template changes - Updated Rust plugin from (Deprecated)`org.rust.lang` to `com.jetbrains.rust`. -- Removing deprecated API usages +- Removing deprecated API usages - Unfortunately can no longer support 2021.1.x - Adding more logging to triage issue #123 ## 1.10.2 - 2023-08-22 diff --git a/gradle.properties b/gradle.properties index 550ec44..3c3c2f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = VSCode Theme pluginVersion = 1.10.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 211 +pluginSinceBuild = 223 pluginUntilBuild = # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties