From 2bdc56a94afd8a3df5a7493b53647c5599495ff4 Mon Sep 17 00:00:00 2001 From: Robert Kasanicky Date: Mon, 2 Apr 2012 23:07:26 +0200 Subject: [PATCH] added section for Gradle+Git (Groovy Template) --- src/site/apt/getting-started.apt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index 94a8d06b6..40c9dc409 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -78,3 +78,8 @@ $ mvn test * Check out the Spring Batch project from Git (instructions are available {{{source-repository.html}here}}). * Run Maven from the command line in the samples directory. There are additional building instructions and suggestions about what to do if it goes wrong {{{building.html}here}}. + +* Using Gradle and Git (for Groovy programmers) + + * There is a Groovy project template with instructions available {{{https://github.com/robokaso/Groovy-Spring-Batch-Template}here}} + \ No newline at end of file