Skip to content

Commit 496a91e

Browse files
author
Julio Capote
committed
sbt share/ files never got added
1 parent d26e264 commit 496a91e

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

script/finatra/share/assembly.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import AssemblyKeys._
2+
3+
assemblySettings
4+
5+
outputPath in assembly := new File("target/###PROJECT_NAME###-0.0.1-SNAPSHOT-jar-with-dependencies.jar")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.2")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.version=0.13.0

0 commit comments

Comments
 (0)