This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/qodana-version-2024.2.6 in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit 7e927993e36176dc66afff166b904215a7674625 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Aug 7 21:42:50 2025 +0200 Fixes Qodana version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d287288..bb0422d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.2.1" // Gradle Qodana Plugin - id("org.jetbrains.qodana") version "2024.1.9" + id("org.jetbrains.qodana") version "2024.2.6" // Gradle Kover Plugin id("org.jetbrains.kotlinx.kover") version "0.8.3" // Apache RAT Plugin