Skip to content

Commit

Permalink
Add Assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
obruchez committed Mar 3, 2019
1 parent de7a3d7 commit a3e3fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name := "Kindle clippings to Markdown"

version := "1.2"

scalaVersion := "2.12.8"

mainClass in assembly := Some("org.bruchez.olivier.kindleclippings.KindleClippings")

assemblyJarName in assembly := "kindle-clippings.jar"

scalafmtOnCompile in ThisBuild := true
1 change: 1 addition & 0 deletions project/assembly.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")

0 comments on commit a3e3fa2

Please sign in to comment.