From 8f4f8c26507ee82e1a33cee80c0e30ce4763dbb3 Mon Sep 17 00:00:00 2001 From: JFronny Date: Wed, 7 Aug 2024 13:02:49 +0200 Subject: [PATCH] chore: update to 2024.2 --- README.md | 4 ++++ build.gradle.kts | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06e39c8..7eedb89 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# TODO +- keybind information +- separators + # References - [the removal commit](https://github.com/JetBrains/intellij-community/commit/336265215c1ae9bf9fd7f9c23ebfabc8fc810743) - [a swing menu library](https://github.com/Vitaliy-Yakovchuk/dbusmenu-swing) \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index fbd4038..737698c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ import kotlin.io.path.deleteRecursively plugins { java kotlin("jvm") version "1.9.24" - id("org.jetbrains.intellij.platform") version "2.0.0-beta9" + id("org.jetbrains.intellij.platform") version "2.0.0" id("jf.autoversion") version "1.6-SNAPSHOT" } @@ -30,7 +30,7 @@ val extraResources by configurations.creating dependencies { intellijPlatform { - intellijIdeaCommunity("242.20224.91") + intellijIdeaCommunity("2024.2") instrumentationTools() } extraResources(project(mapOf("path" to ":native", "configuration" to "results")))