Skip to content

Commit

Permalink
Revert "sbt: Force clean before packaging (sbt#318)"
Browse files Browse the repository at this point in the history
This reverts commit 3293819.

This resolves issue sbt#327. The packageBin clean hack will be
replaced with a release script.
  • Loading branch information
rickynils committed Apr 19, 2017
1 parent f48117f commit 9b71bb3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ lazy val sharedSettings = MimaSettings.settings ++ scalaVersionSettings ++ Seq(

publishMavenStyle := true,

// Force clean before packaging.
// https://github.com/rickynils/scalacheck/issues/318
packageBin in Compile := {
clean.value
(packageBin in Compile).value
},

// Travis should only publish snapshots
publishArtifact := !(isRelease && travisCommit.isDefined),

Expand Down

0 comments on commit 9b71bb3

Please sign in to comment.