mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 11:59:08 +00:00
Remove GRADLE-1090 workarounds from config.gradle.
This commit is contained in:
parent
8d7830a1ee
commit
6779822325
@ -43,9 +43,6 @@ task ldapTests(type: Test) {
|
|||||||
jvmArgs = ['-ea', '-Xmx500m', "-DapacheDSWorkDir=${buildDir}/apacheDSWork"]
|
jvmArgs = ['-ea', '-Xmx500m', "-DapacheDSWorkDir=${buildDir}/apacheDSWork"]
|
||||||
include ("**/ldap/**")
|
include ("**/ldap/**")
|
||||||
maxParallelForks = 1
|
maxParallelForks = 1
|
||||||
// GRADLE-1090
|
|
||||||
testClassesDir = sourceSets.test.classesDir
|
|
||||||
classpath = sourceSets.test.runtimeClasspath
|
|
||||||
testReport = false
|
testReport = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user