Files
spring-ldap/sandbox/build.gradle
Rob Winch 8b350a874d Convert to Gradle
This commit converts the build to a Gradle based build. It also setup sonar
integration at https://sonar.springsource.org/dashboard/index/11620

Currently tests in the samples fail on the CI server and are disabled. The
tests were not enabled for the maven based build either.

Issue: LDAP-251
2013-07-10 11:33:07 -05:00

11 lines
264 B
Groovy

apply from: JAVA_SCRIPT
dependencies {
compile project(":spring-ldap-core")
provided "com.sun:ldapbp:1.0"
testCompile "junit:junit:$junitVersion",
"easymock:easymock:$easyMockVersion",
"gsbase:gsbase:$gsbaseVersion"
}