From 7f260496508837530919595e4308d8a2440dffae Mon Sep 17 00:00:00 2001 From: Michael Krausse Date: Fri, 24 Jul 2026 23:14:18 +0200 Subject: [PATCH 1/3] upgrade to intellij 2025.x --- build.gradle | 4 ++-- src/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e2dbed7..1c2c899 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'com.squareup:gifencoder:0.10.1' intellijPlatform { - create('IC', '2024.3') + intellijIdea('2025.3') } testImplementation('org.junit.jupiter:junit-jupiter:5.7.2') @@ -38,7 +38,7 @@ dependencies { intellijPlatform { pluginConfiguration { ideaVersion { - sinceBuild.set('243') + sinceBuild.set('253') } changeNotes.set(provider({changelog.getLatest().toHTML()})) } diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index ef3c547..35813e0 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -8,7 +8,7 @@ I am happy if you report issues, I am going to fix them. ]]> - + com.intellij.modules.lang From 8426d266880bf56de76edffe0474ea2b7159b67a Mon Sep 17 00:00:00 2001 From: Michael Krausse Date: Fri, 24 Jul 2026 23:22:22 +0200 Subject: [PATCH 2/3] upgrade to intellij 2025.x : pltaform plugin update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c2c899..25f97c2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.jetbrains.kotlin.jvm' version "2.3.21" - id 'org.jetbrains.intellij.platform' version '2.11.0' + id 'org.jetbrains.intellij.platform' version '2.14.0' id 'org.jetbrains.changelog' version '1.2.1' } From 519426b0163d8bddc83f39c811b1956b0a6dc89b Mon Sep 17 00:00:00 2001 From: Michael Krausse Date: Fri, 24 Jul 2026 23:24:00 +0200 Subject: [PATCH 3/3] upgrade to intellij 2025.x : update changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e964225..c22e1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog ## [Unreleased] -- Upgrade project to JDK 17 from JDK 11 -- Configure Gradle build to explicitly specify JDK 17 requirements for better IDE integration +- Upgrade project to JDK 21 from JDK 11 +- Configure Gradle build to explicitly specify JDK 21 requirements for better IDE integration - update dependencies -- upgrade to gradle 8.4.14 -- upgrade to intellij 2024.3 +- upgrade to gradle 9.x +- upgrade to intellij 2025.3 ## [1.11.0]