Explictly set root project name in settings.gradle

Bamboo CI server checks out into a directory named
'checkout', instead of a directory named 'spring-integration'
as would be expected.  Root project naming defaults
to the name of the containing directory, so it becomes
important to be explicit.
This commit is contained in:
Chris Beams
2010-11-04 17:49:32 -06:00
parent 7ea55fdc71
commit 5ab003d47e

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
rootProject.name = 'spring-integration'
include 'docs'
include 'spring-integration-core'
include 'spring-integration-event'