File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ intellijPlatform {
8282
8383 ideaVersion {
8484 sinceBuild = providers.gradleProperty(" pluginSinceBuild" )
85- untilBuild = providers.gradleProperty(" pluginUntilBuild" )
85+ // untilBuild = providers.gradleProperty("pluginUntilBuild")
8686 }
8787 }
8888
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ pluginRepositoryUrl = https://github.com/xepozz/php-opcodes-plugin
77pluginVersion = 2025.0.1
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10- pluginSinceBuild = 242
11- pluginUntilBuild = 252.*
10+ pluginSinceBuild = 233
11+ # pluginUntilBuild = 252.*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = PS
You can’t perform that action at this time.
0 commit comments