File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ plugins {
21
21
group = properties(" pluginGroup" )
22
22
version = properties(" pluginVersion" )
23
23
24
- val ktorVersion = properties(" ktorVersion" )
25
24
dependencies {
26
25
implementation(" com.squareup.retrofit2:retrofit:2.9.0" )
27
26
// define a BOM and its version
@@ -98,7 +97,8 @@ tasks {
98
97
compilerVersion.set(properties(" instrumentationCompiler" ))
99
98
}
100
99
101
- // TODO - this fails with linkage error, remove when it works
100
+ // TODO - this fails with linkage error, but we don't need it now
101
+ // because the plugin does not provide anything to search for in Preferences
102
102
buildSearchableOptions {
103
103
isEnabled = false
104
104
}
@@ -129,6 +129,10 @@ tasks {
129
129
})
130
130
}
131
131
132
+ runIde {
133
+ autoReloadPlugins.set(true )
134
+ }
135
+
132
136
// Configure UI tests plugin
133
137
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
134
138
runIdeForUiTests {
You can’t perform that action at this time.
0 commit comments