mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 19:23:30 +00:00
Fix warnings in itest-web.gradle
This commit is contained in:
parent
fb2cf96fa4
commit
9146345673
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user