Skip to content

Commit

Permalink
try to fix the build again
Browse files Browse the repository at this point in the history
There is a known problem with sbt native packager and java see
sbt/sbt-native-packager#240
  • Loading branch information
stagegatemedia committed Jul 10, 2014
1 parent 182fabc commit bdbf200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import NativePackagerKeys._

name :="sbt-rpm"

Expand All @@ -13,3 +14,5 @@ libraryDependencies ++= Seq(
)

Packaging.settings

rpmBrpJavaRepackJars := false

0 comments on commit bdbf200

Please sign in to comment.