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