Skip to content

Commit

Permalink
Make compatible with newer Jetbrains versions
Browse files Browse the repository at this point in the history
Make this plugin compatible with newer JetBrains versions. Tested locally on GoLand 2024.2.

Signed-off-by: Sander Steffann <[email protected]>
  • Loading branch information
steffann committed Aug 12, 2024
1 parent f67f7a8 commit ab890d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
kotlin.stdlib.default.dependency = false

0 comments on commit ab890d4

Please sign in to comment.