Skip to content

Commit

Permalink
Bump junit-runner to 1.0.16
Browse files Browse the repository at this point in the history
- Bump to 1.0.16 to pick up scalatest and fix for junit xml reports.

Testing Done:
https://travis-ci.org/pantsbuild/pants/builds/176276310

Bugs closed: 4058

Reviewed at https://rbcommons.com/s/twitter/r/4381/
  • Loading branch information
stuhood committed Dec 20, 2016
1 parent 1869db0 commit b2768c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/jvm/subsystems/junit.py
Expand Up @@ -21,7 +21,7 @@ class JUnit(JvmToolMixin, Subsystem):
RUNNER_MAIN = 'org.pantsbuild.tools.junit.ConsoleRunner'

_LIBRARY_JAR = JarDependency(org='junit', name='junit', rev=LIBRARY_REV)
_RUNNER_JAR = JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.15')
_RUNNER_JAR = JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.16')

@classmethod
def register_options(cls, register):
Expand Down

0 comments on commit b2768c0

Please sign in to comment.