File tree 6 files changed +11
-14
lines changed
odm/src/test/java/org/springframework/ldap/odm/test
6 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 10
10
* .ipr
11
11
.idea
12
12
* .iws
13
+ out
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ dependencies {
5
5
compile gradleApi()
6
6
compile localGroovy()
7
7
}
8
-
9
- configurations. archives. artifacts. clear()
Original file line number Diff line number Diff line change 1
- task checkDependencies << {
2
- verifyNoDependenciesMatchingVersion(" .*-SNAPSHOT" )
3
- if (releaseBuild) {
4
- verifyNoDependenciesMatchingVersion(" .*M.*" )
5
- verifyNoDependenciesMatchingVersion(" .*RC.*" )
1
+ task checkDependencies {
2
+ doLast {
3
+ verifyNoDependenciesMatchingVersion(" .*-SNAPSHOT" )
4
+ if (releaseBuild) {
5
+ verifyNoDependenciesMatchingVersion(" .*M.*" )
6
+ verifyNoDependenciesMatchingVersion(" .*RC.*" )
7
+ }
6
8
}
7
9
}
8
10
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class TestsWithJdepend {
30
30
@ Before
31
31
public void setUp () throws IOException {
32
32
jdepend = new JDepend ();
33
- jdepend .addDirectory ("build/classes/main" );
33
+ jdepend .addDirectory ("build/classes/java/ main" );
34
34
}
35
35
36
36
@ Test
Original file line number Diff line number Diff line change @@ -30,8 +30,4 @@ rootProject.children.each { p->
30
30
}
31
31
32
32
findProject(" :spring-ldap-test-support" ). name = " spring-ldap-test"
33
- findProject(" :spring-ldap-test-support-unboundid" ). name = " spring-ldap-test-unboundid"
34
-
35
- // Exposes gradle buildSrc for IDE support
36
- include " buildSrc"
37
- rootProject. children. find { it. name == " buildSrc" }. name = " spring-build-src"
33
+ findProject(" :spring-ldap-test-support-unboundid" ). name = " spring-ldap-test-unboundid"
You can’t perform that action at this time.
0 commit comments