Remove GRADLE-1090 workarounds from config.gradle.
This commit is contained in:
@@ -43,9 +43,6 @@ task ldapTests(type: Test) {
|
||||
jvmArgs = ['-ea', '-Xmx500m', "-DapacheDSWorkDir=${buildDir}/apacheDSWork"]
|
||||
include ("**/ldap/**")
|
||||
maxParallelForks = 1
|
||||
// GRADLE-1090
|
||||
testClassesDir = sourceSets.test.classesDir
|
||||
classpath = sourceSets.test.runtimeClasspath
|
||||
testReport = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user