From 9619e5591b2a659c1adcfd7d22410a77bf4c2443 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 28 Oct 2010 13:50:55 -0400 Subject: [PATCH] JDBC module's generateSql no longer tied to build lifecycle Changes requiring schema generation are exceedingly rare; favor manual execution of `gradle generateSql` for the time being. Generated sources are checked into the tree at src/main/resources/org/springframework/integration; simply regenerate and copy to this location manually as necessary. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f88f571c5..d5d63fe083 100644 --- a/build.gradle +++ b/build.gradle @@ -400,7 +400,6 @@ project('spring-integration-xmpp') { } } - // add basic tasks like 'clean' and 'assemble' to the root project. e.g.: allows // running `gradle clean` from the root project and deleting the build directory apply plugin: 'base'