|
@@ -128,7 +128,7 @@ project.conf2ScopeMappings.addMapping(MavenPlugin.TEST_COMPILE_PRIORITY + 2, pro
|
|
|
check.dependsOn integrationTest
|
|
|
|
|
|
task springSnapshotTest(type: Test) {
|
|
|
- jvmArgs = ['-ea', '-Xmx500m']
|
|
|
+ jvmArgs = ['-ea', '-Xmx500m', '-XX:MaxPermSize=128M']
|
|
|
classpath = sourceSets.test.output + sourceSets.main.output + configurations.springSnapshotTestRuntime
|
|
|
reports {
|
|
|
html.destination = project.file("$buildDir/spring-snapshot-test-results/")
|