From 2bd7a4ac79bfa813a0c19bdcd417c44039b38480 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Tue, 14 Jul 2015 17:27:47 +0300 Subject: Build fatjar by gradle and use it's output as dependency for maven and gradle plugins. Eliminate local repository in out dir. --- build.xml | 57 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 26 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index f0690aec..68d2761e 100644 --- a/build.xml +++ b/build.xml @@ -21,37 +21,38 @@ - - - - - - + + + + + + + + - - - - - - - + + - - - - - + + + + + + + + - - - + + + + + + + + @@ -64,9 +65,13 @@ - + + + + + -- cgit From f0ea1cfaec90479243268a87b11481141fd920c5 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Tue, 14 Jul 2015 20:21:59 +0300 Subject: Add new module to ant clean task --- build.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 68d2761e..41f32d70 100644 --- a/build.xml +++ b/build.xml @@ -7,6 +7,8 @@ + + -- cgit