Skip to content

Commit

Permalink
Merge pull request #19 from hmrc/DEP-193
Browse files Browse the repository at this point in the history
fix problem with unstable bild
  • Loading branch information
Burdis authored Mar 10, 2020
2 parents 70a2955 + 87e23b0 commit 538311d
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 @@ -16,6 +16,7 @@ lazy val scoverageSettings = {

lazy val microservice = Project(appName, file("."))
.enablePlugins(play.sbt.PlayScala, SbtAutoBuildPlugin, SbtGitVersioning, SbtDistributablesPlugin, SbtArtifactory, ScoverageSbtPlugin)
.disablePlugins(JUnitXmlReportPlugin)
.configs(IntegrationTest)
.settings(integrationTestSettings(): _*)
.settings(
Expand Down

0 comments on commit 538311d

Please sign in to comment.