LDAP-251: Disable publishing of non core modules

This is necessary so that the Gradle builds can be promoted. Otherwise an
error like the following is displayed when promoting the build:

HTTP Status 400 - Unable to find artifact
'spring-ldap-article-sample-1.3.2.RELEASE.war'
This commit is contained in:
Rob Winch
2013-08-26 07:49:43 -05:00
parent d54c43cc62
commit 1c284fb7a4

View File

@@ -44,6 +44,8 @@ configure(subprojects - coreModules) {
sonarRunner {
skipProject = true
}
tasks.findByPath("artifactoryPublish")?.enabled = false
}
description = "Spring LDAP"