Skip to content

Commit

Permalink
fix for assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
pdendek committed Sep 19, 2015
1 parent fd0ce97 commit 100e843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -31,7 +31,7 @@ lazy val root = (project in file(".")).
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
test in assembly := {},
// assemblyJarName in assembly := organization.value + "." + normalizedName.value + "-" + version.value + ".jar",
assemblyJarName in assembly := normalizedName.value + "-" + version.value + "-SNAPSHOT.jar",
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
homepage := Some(url("https://github.com/CeON/sparkling-ferns")),
pomExtra := (
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")

0 comments on commit 100e843

Please sign in to comment.