Skip to content

Commit

Permalink
[PH][MIBM-78] stop junit xml report to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHodgson committed Sep 21, 2020
1 parent 80785be commit 1b52803
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 @@ -9,6 +9,7 @@ val silencerVersion = "1.7.0"

lazy val microservice = Project(appName, file("."))
.enablePlugins(play.sbt.PlayScala, SbtAutoBuildPlugin, SbtGitVersioning, SbtDistributablesPlugin, SbtArtifactory)
.disablePlugins(JUnitXmlReportPlugin)
.settings(
majorVersion := 0,
scalaVersion := "2.12.11",
Expand Down

0 comments on commit 1b52803

Please sign in to comment.