From 8eab177f9aa6d0e6f239549fb281ec927419e3ce Mon Sep 17 00:00:00 2001 From: Maxime Bonvin Date: Fri, 15 Sep 2023 17:32:20 +0200 Subject: [PATCH 1/3] bump 232.* --- CHANGELOG.md | 3 +++ gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bbba8..36f1161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## Unreleased +### Fixed +- Bump to 232.* version + ## 0.3.4 - 2023-04-03 ### Fixed diff --git a/gradle.properties b/gradle.properties index d8872c8..00f4c4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,12 +4,12 @@ pluginGroup = com.github.alaanor.candid pluginName = candid-intellij-plugin # SemVer format -> https://semver.org -pluginVersion = 0.3.4 +pluginVersion = 0.3.5 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 211 -pluginUntilBuild = 231.* +pluginUntilBuild = 232.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC From 5738e33d2893109859160e81573d8d3cb2f2d8a2 Mon Sep 17 00:00:00 2001 From: Maxime Bonvin Date: Fri, 15 Sep 2023 17:55:25 +0200 Subject: [PATCH 2/3] bump qodana action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe9c31b..c3631f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.1.0 + uses: JetBrains/qodana-action@v2023.2.6 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact From eb8b0ee5b271f45047d0761eea03982fcf87c358 Mon Sep 17 00:00:00 2001 From: Maxime Bonvin Date: Fri, 15 Sep 2023 18:40:16 +0200 Subject: [PATCH 3/3] remove stoopid qodana --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3631f3..974589b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,10 +111,6 @@ jobs: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier - # Run Qodana inspections - - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.2.6 - # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact id: artifact