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:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
apply plugin: 'base'
|
||||
apply from: "$rootDir/gradle/docbook.gradle"
|
||||
apply from: "$rootDir/buildSrc/docbook.gradle"
|
||||
|
||||
description = "Spring Integration Documentation"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user