Skip to content

Commit

Permalink
Change JAR name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed Aug 14, 2014
1 parent 65fecc1 commit 0ed588f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ import com.github.bigtoast.sbtthrift.ThriftPlugin

assemblySettings

jarName in assembly := "QueryApp.jar"
jarName in assembly := "Spindle.jar"

// Load "provided" libraries with `sbt run`.
run in Compile <<= Defaults.runTask(
fullClasspath in Compile, mainClass in (Compile, run), runner in (Compile, run)
)

name := "QueryApp"
name := "Spindle"

version := "1.0"

Expand Down

0 comments on commit 0ed588f

Please sign in to comment.