diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy b/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy index a4b3fda8a19c..5904e75d518e 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/compiler/GroovyDebuggerTest.groovy @@ -56,7 +56,7 @@ import com.intellij.util.concurrency.Semaphore */ class GroovyDebuggerTest extends GroovyCompilerTestCase { @Override - protected boolean useJps() { false } + protected boolean useJps() { true } @Override protected void setUp() {