From 9e6dbb35befbd126b6eb7655886386d0ee03fce8 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 20 Nov 2013 23:29:03 -0500 Subject: [PATCH] Set custom templates = true --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index fc7bab8047..fdacaec8b3 100644 --- a/_config.yml +++ b/_config.yml @@ -26,8 +26,8 @@ github_repo_url: http://github.com/spring-projects/spring-integration forum: http://forum.spring.io/forum/spring-projects/integration # If you want to include a custom pom.xml or gradle template set these value to true and add _include files -custom_pom_template: false -custom_gradle_template: false +custom_pom_template: true +custom_gradle_template: true ### The following properties are constant for most projects