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
8 lines
218 B
Groovy
8 lines
218 B
Groovy
|
|
dependencies {
|
|
compile project(":spring-ldap-core"),
|
|
"org.springframework:spring-tx:$springVersion"
|
|
|
|
testCompile "junit:junit:$junitVersion",
|
|
"org.easymock:easymock:2.5.1"
|
|
} |