From 16c9190d8cf158acd48bef2346e3a5a9546ab394 Mon Sep 17 00:00:00 2001 From: Szczepan Faber Date: Mon, 21 Jul 2014 23:17:01 +0200 Subject: [PATCH] Updated the information on how to build mockito. --- HOWTO.BUILD.TXT | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HOWTO.BUILD.TXT b/HOWTO.BUILD.TXT index c6c976e0e0..e39e17b677 100644 --- a/HOWTO.BUILD.TXT +++ b/HOWTO.BUILD.TXT @@ -1,4 +1 @@ -1. Use ant (gradle is experimental) -2. Ant 1.7.1 causes trouble on ubuntu (see issue 195: http://code.google.com/p/mockito/issues/detail?id=195) -3. If it does not build let me know (but be gentle because it will be very embarassing for me and I will quit coding and open a grocery. Seriously). -4. CI server is here: http://hudsonci-oss.org/view/Mockito/job/Mockito If it builds there then it must build on your box. \ No newline at end of file +> gradlew build \ No newline at end of file