This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/update-plugin-version-270 in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit 4c0da74d950baf5fb1c8a9958fb90aec01d32bcd Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Aug 7 22:31:44 2025 +0200 Upgrades IntelliJ Platform Gradle plugin to version 2.7.0 --- CHANGELOG.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8764439..66831b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - Upgrade Java toolchain from 17 to 21 (required by IntelliJ 2024.2) - Update GitHub Actions workflows to use Java 21 - Fix `WebUtilImpl.isWebFacetConfigurationContainingFiles` API compatibility issue for IntelliJ 2024.2 -- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.1.0` +- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.7.0` ### Added diff --git a/build.gradle.kts b/build.gradle.kts index d287288..a7d5f89 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "1.9.25" // IntelliJ Platform Gradle Plugin - id("org.jetbrains.intellij.platform") version "2.1.0" + id("org.jetbrains.intellij.platform") version "2.7.0" //id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.9"