diff --git a/settings.gradle b/settings.gradle index 44e4a90e..0e82843e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,10 +2,15 @@ rootProject.name = 'spring-ldap' include 'core' include 'core-tiger' +include 'test-support' include 'ldif/ldif-batch' include 'ldif/ldif-core' include 'odm' include 'sandbox' +include 'test/integration-tests' +include 'test/integration-tests-openldap' +include 'test/integration-tests-sunone' +include 'test/integration-tests-ad' include 'samples/article' include 'samples/article-spring20' include 'samples/article-spring30' @@ -13,11 +18,6 @@ include 'samples/demos/demo' include 'samples/demos/demo-tiger' include 'samples/samples-utils' include 'samples/simple-odm' -include 'test-support' -include 'test/integration-tests' -include 'test/integration-tests-openldap' -include 'test/integration-tests-sunone' -include 'test/integration-tests-ad' rootProject.children.each { p-> def name = p.name