We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779f2a commit a3e9172Copy full SHA for a3e9172
2 files changed
build.gradle.kts
@@ -94,7 +94,6 @@ intellijPlatform {
94
95
ideaVersion {
96
sinceBuild = providers.gradleProperty("pluginSinceBuild")
97
- untilBuild = providers.gradleProperty("pluginUntilBuild")
98
}
99
100
gradle.properties
@@ -6,7 +6,7 @@ pluginRepositoryUrl = https://github.com/xepozz/gitattributes-plugin
6
pluginVersion=2025.0.20
7
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
-pluginSinceBuild=213
+pluginSinceBuild=222
10
pluginUntilBuild=251.*
11
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
0 commit comments