Browse Source

`gradle.properties` update

pull/505/head
Jakub Chrzanowski 9 months ago
parent
commit
0694cb62f5
  1. 4
      .github/template-cleanup/gradle.properties

4
.github/template-cleanup/gradle.properties

@ -8,7 +8,7 @@ pluginVersion = 0.0.1 @@ -8,7 +8,7 @@ pluginVersion = 0.0.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 241
pluginUntilBuild = 243.*
pluginUntilBuild = 251.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
@ -21,7 +21,7 @@ platformPlugins = @@ -21,7 +21,7 @@ platformPlugins =
platformBundledPlugins =
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.11.1
gradleVersion = 8.13
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false

Loading…
Cancel
Save