Disable debug-jvm mode as it's causing an additional compilation without the initscript classpath

This commit is contained in:
Shannon Pamperl
2019-09-02 18:20:01 -05:00
parent 9ad51a58d9
commit 4d590aa800

View File

@@ -112,7 +112,7 @@ abstract class ContractVerifierIntegrationSpec extends Specification {
return GradleRunner.create()
.withProjectDir(testProjectDir)
.withArguments(arguments)
.withDebug(true)
// .withDebug(true)
.forwardOutput()
.build()
}