1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Fix warnings in itest-web.gradle

This commit is contained in:
Rob Winch
2014-04-23 12:06:44 -05:00
parent fb2cf96fa4
commit 9146345673
+2 -4
View File
@@ -30,9 +30,7 @@ dependencies {
integrationTest {
useTestNG();
options {
jvmArgs = ["-ea", '-Xms128m', '-Xmx500m']
systemProperties = ['webapp.dir': "$projectDir/src/main/webapp"]
}
jvmArgs = ["-ea", '-Xms128m', '-Xmx500m']
systemProperty 'webapp.dir', "$projectDir/src/main/webapp"
maxParallelForks = 1
}