Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from hmrc/BDOG-910
Browse files Browse the repository at this point in the history
Disabling the JUnit XML Reporter
  • Loading branch information
cjwebb authored Jun 25, 2020
2 parents 0e35745 + 9d7905f commit 30f3341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ val libName = "simple-reactivemongo"

lazy val simpleReactiveMongo = Project(libName, file("."))
.enablePlugins(SbtAutoBuildPlugin, SbtGitVersioning, SbtArtifactory)
.disablePlugins(JUnitXmlReportPlugin)
.settings(
makePublicallyAvailableOnBintray := true,
majorVersion := 7
Expand Down

0 comments on commit 30f3341

Please sign in to comment.