From 43c482f13b7bb9607e277dfe124c071aeadb80d4 Mon Sep 17 00:00:00 2001 From: Sander Steffann Date: Mon, 26 Aug 2024 23:24:13 +0200 Subject: [PATCH] Make compatible with newer Jetbrains versions (#173) Make this plugin compatible with newer JetBrains versions. Tested locally on GoLand 2024.2. Signed-off-by: Sander Steffann --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6c0870a..192a789 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ psiViewerPluginVersion=233.2 # see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for more information sinceBuild=233 -untilBuild=241.* +untilBuild=242.* # these two variables will be overwritten by the release process (i.e. the GitHub action) thanks to the env variables: # - ORG_GRADLE_PROJECT_publishToken @@ -30,4 +30,4 @@ enableBuildSearchableOptions=false # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. # suppress inspection "UnusedProperty" -kotlin.stdlib.default.dependency = false \ No newline at end of file +kotlin.stdlib.default.dependency = false