Make sure ApacheDS work directory is set correctly for separate LDAP test task in config module.
This commit is contained in:
@@ -40,6 +40,7 @@ dependencies {
|
||||
}
|
||||
|
||||
task ldapTests(type: Test) {
|
||||
jvmArgs = ['-ea', '-Xmx500m', "-DapacheDSWorkDir=${buildDir}/apacheDSWork"]
|
||||
include ("**/ldap/**")
|
||||
maxParallelForks = 1
|
||||
// GRADLE-1090
|
||||
|
||||
Reference in New Issue
Block a user