Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
clean: Remove uneeded filter when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Mar 18, 2019
1 parent 72730bd commit 5d54455
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Expand Up @@ -13,12 +13,6 @@ libraryDependencies ++= Seq(Dependencies.Codacy.scalaApi, Dependencies.Codacy.pl
// Test dependencies
libraryDependencies ++= Seq(scalatest).map(_ % "test")

mappings in (Compile, packageBin) ~= {
_.filterNot {
case (file, _) => file.getName == "logback-test.xml"
}
}

// HACK: Since we are only using the public resolvers we need to remove the private for it to not fail
resolvers ~= { _.filterNot(_.name.toLowerCase.contains("codacy")) }

Expand Down

0 comments on commit 5d54455

Please sign in to comment.