Skip to content

Commit

Permalink
Bump to latest junit-runner to pull in pantsbuild#8674. (pantsbuild#8692
Browse files Browse the repository at this point in the history
)

### Problem

pantsbuild#8674 fixed an issue in ant/junit XML handling, but has not been consumed.

### Solution

Consume it.
  • Loading branch information
stuhood authored Nov 22, 2019
1 parent c5b8683 commit ecaf644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/jvm/subsystems/junit.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class JUnit(JvmToolMixin, InjectablesMixin, 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.27')
_RUNNER_JAR = JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.28')

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

0 comments on commit ecaf644

Please sign in to comment.