Remove GRADLE-1090 workarounds from config.gradle.

This commit is contained in:
Luke Taylor 2011-01-07 18:28:21 +00:00
parent 8d7830a1ee
commit 6779822325

View File

@ -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
}