Disable debug-jvm mode as it's causing an additional compilation without the initscript classpath
This commit is contained in:
@@ -112,7 +112,7 @@ abstract class ContractVerifierIntegrationSpec extends Specification {
|
||||
return GradleRunner.create()
|
||||
.withProjectDir(testProjectDir)
|
||||
.withArguments(arguments)
|
||||
.withDebug(true)
|
||||
// .withDebug(true)
|
||||
.forwardOutput()
|
||||
.build()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user