mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-11-29 18:28:27 +08:00
7 lines
248 B
Scala
7 lines
248 B
Scala
// put this at the top of the file
|
|
// 这个是打包之后jar包的名字
|
|
assemblyJarName in assembly := "RepChain.jar"
|
|
//mainClass in assembly := Some("rep.app.Repchain")
|
|
|
|
// 这个作用是在打包的时候,跳过测试
|
|
test in assembly := {} |