This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch 261.x in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit 83bc0fe8e013413ebda35bf035576852f182324e Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Mar 28 13:32:09 2026 +0100 build: target IntelliJ Platform 2026.1 (build 261) - Upgrade platformVersion to 2026.1 (build 261) - Update pluginSinceBuild/pluginUntilBuild to 261/261.* - Update IntelliJ Platform Gradle Plugin to 2.13.1 (requires Gradle 9) - Update Gradle wrapper to 9.0.0 - Update Qodana linter to jetbrains/qodana-jvm:2026.1 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --- build.gradle.kts | 2 +- gradle.properties | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- qodana.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 773a26d..25cac3d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "2.2.0" // IntelliJ Platform Gradle Plugin - id("org.jetbrains.intellij.platform") version "2.10.5" + id("org.jetbrains.intellij.platform") version "2.13.1" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.2.1" // Gradle Qodana Plugin diff --git a/gradle.properties b/gradle.properties index c590495..cfcd7af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ pluginGroup = com.intellij.struts2 pluginName = struts2 pluginRepositoryUrl = https://github.com/apache/struts-intellij-plugin/ # SemVer format -> https://semver.org -pluginVersion = 253.18970.1 +pluginVersion = 261.18970.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 252 -pluginUntilBuild = 253.* +pluginSinceBuild = 261 +pluginUntilBuild = 261.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension -platformVersion = 2025.3 +platformVersion = 2026.1 # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.13 +gradleVersion = 9.0.0 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37f853b..2a84e18 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/qodana.yml b/qodana.yml index 91b1265..19cbc92 100644 --- a/qodana.yml +++ b/qodana.yml @@ -18,7 +18,7 @@ version: "1.0" -linter: jetbrains/qodana-jvm-community:2025.3 +linter: jetbrains/qodana-jvm:2026.1 projectJDK: 21
