forked from mockito/mockito
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the information on how to build mockito.
- Loading branch information
1 parent
c1e6d92
commit 16c9190
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
> gradlew build |