Skip to content

Commit a9f8aad

Browse files
committed
Improve development cycle
- allow plugin reload after build
1 parent 464473e commit a9f8aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ tasks {
129129
})
130130
}
131131

132+
runIde {
133+
autoReloadPlugins.set(true)
134+
}
135+
132136
// Configure UI tests plugin
133137
// Read more: https://github.com/JetBrains/intellij-ui-test-robot
134138
runIdeForUiTests {

0 commit comments

Comments
 (0)