Skip to content

Commit

Permalink
#Issue KN-933 fix: Test without scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Sep 19, 2023
1 parent 612e42d commit b231cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search-api/knowlg-search/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ lazy val searchService = (project in file("search-service"))
lazy val commonSettings = Seq(
javacOptions ++= Seq("-source", "11", "-target", "11"),
crossPaths := false,
coverageEnabled := true,
coverageEnabled := false,
resolvers ++= Seq("Local Maven Repository" at "file:///"+Path.userHome+"/.m2/repository")
)

0 comments on commit b231cd1

Please sign in to comment.