Created
January 20, 2014 13:16
-
-
Save mychaelstyle/8519677 to your computer and use it in GitHub Desktop.
gradleを利用した並行テストのススメ(1) ref: http://qiita.com/mychaelstyle/items/c5def5241e96cab3d2a7
This file contains hidden or 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
test { | |
maxParallelForks 10 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment