Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Bump junit-runner to 1.0.11
Browse files Browse the repository at this point in the history
Incorporates fix to PARALLEL_METHODS concurrency option from https://rbcommons.com/s/twitter/r/4026/

Testing Done:
CI green at https://travis-ci.org/pantsbuild/pants/builds/141903688

Bugs closed: 3623

Reviewed at https://rbcommons.com/s/twitter/r/4047/
  • Loading branch information
ericzundel committed Jul 6, 2016
1 parent c4dd1ac commit 9d34e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/jvm/tasks/junit_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def register_options(cls, register):
cls.register_jvm_tool(register,
'junit',
classpath=[
JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.10'),
JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.11'),
],
main=JUnitRun._MAIN,
# TODO(John Sirois): Investigate how much less we can get away with.
Expand Down

0 comments on commit 9d34e1d

Please sign in to comment.