Skip to content

Instantly share code, notes, and snippets.

@mychaelstyle
Created January 20, 2014 13:16
Show Gist options
  • Save mychaelstyle/8519677 to your computer and use it in GitHub Desktop.
Save mychaelstyle/8519677 to your computer and use it in GitHub Desktop.
gradleを利用した並行テストのススメ(1) ref: http://qiita.com/mychaelstyle/items/c5def5241e96cab3d2a7
test {
maxParallelForks 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment