File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ dependencies {
4646 // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
4747 plugins(providers.gradleProperty(" platformPlugins" ).map { it.split(' ,' ) })
4848
49- instrumentationTools()
5049 pluginVerifier()
5150 zipSigner()
5251 testFramework(TestFrameworkType .Platform )
@@ -86,7 +85,7 @@ intellijPlatform {
8685
8786 ideaVersion {
8887 sinceBuild = providers.gradleProperty(" pluginSinceBuild" )
89- untilBuild = providers.gradleProperty( " pluginUntilBuild " )
88+ untilBuild = provider { null }
9089 }
9190 }
9291
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pluginVersion=1.0.13-SNAPSHOT
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 233
11- pluginUntilBuild = 252.*
1211
1312# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1413platformType = IC
You can’t perform that action at this time.
0 commit comments