The autoconfiguration transformations (and loads of grabs
of spring-boot snapshots) were making the grab command
tests run really slowly. Snapshots are particularly bad.
Fixed by adding a --autoconfigure=false option to the
compiler configuration and using it in that test.
@ -32,6 +33,8 @@ public class CompilerOptionHandler extends OptionHandler {
@@ -32,6 +33,8 @@ public class CompilerOptionHandler extends OptionHandler {
privateOptionSpec<Void>noGuessDependenciesOption;
privateOptionSpec<Boolean>autoconfigureOption;
privateOptionSpec<String>classpathOption;
@Override
@ -40,6 +43,9 @@ public class CompilerOptionHandler extends OptionHandler {
@@ -40,6 +43,9 @@ public class CompilerOptionHandler extends OptionHandler {
@ -60,4 +66,8 @@ public class CompilerOptionHandler extends OptionHandler {
@@ -60,4 +66,8 @@ public class CompilerOptionHandler extends OptionHandler {
@ -71,6 +71,11 @@ public class GroovyCompilerConfigurationAdapter implements GroovyCompilerConfigu
@@ -71,6 +71,11 @@ public class GroovyCompilerConfigurationAdapter implements GroovyCompilerConfigu