Speed up grab command test

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.
This commit is contained in:
Dave Syer
2013-11-20 09:58:05 +00:00
parent fce48c00c7
commit 89332e230e
11 changed files with 78 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
@Grab('spring-jdbc')
@Grab('jopt-simple')
class GrabTest {
}