Skip to content

Commit 58709f2

Browse files
authored
Update toolkit-intellij-subplugin.gradle.kts
1 parent 2aba67c commit 58709f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/toolkit-intellij-subplugin.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
}
106106

107107
// https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1844
108-
tasks.withType<PrepareSandboxTask>() {
108+
tasks.withType<PrepareSandboxTask>().configureEach {
109109
disabledPlugins.addAll(
110110
"com.intellij.swagger",
111111
"org.jetbrains.plugins.kotlin.jupyter",

0 commit comments

Comments
 (0)