Eliminate gradle directory in favor of shared buildSrc

.gradle scripts once in gradle/ dir now live in shared buildSrc/ dir.

Some hard-coding of Spring Integration specifics still remain and will
be removed shortly.
This commit is contained in:
Chris Beams
2010-11-09 15:07:22 -08:00
parent 70d8a1681d
commit edae65ae52
14 changed files with 19 additions and 1016 deletions

View File

@@ -15,7 +15,7 @@
*/
apply plugin: 'base'
apply from: "$rootDir/gradle/docbook.gradle"
apply from: "$rootDir/buildSrc/docbook.gradle"
description = "Spring Integration Documentation"