Skip to content

Commit 73a7517

Browse files
committed
Revert "swg"
This reverts commit e2af544.
1 parent b832198 commit 73a7517

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

buildSrc/src/main/kotlin/toolkit-integration-testing.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ extensions.findByType<IntelliJPlatformTestingExtension>()?.let {
7979
task {
8080
integrationTestConfiguration(this)
8181
}
82-
83-
// https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1844
84-
prepareSandboxTask {
85-
disabledPlugins.add("com.intellij.swagger")
86-
}
8782
}
8883
} ?: run {
8984
val integrationTest by tasks.registering(Test::class, integrationTestConfiguration)

0 commit comments

Comments
 (0)