mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-12-02 19:58:55 +08:00
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
|
// put this at the top of the file
|
||
|
// 这个是打包之后jar包的名字
|
||
|
assemblyJarName in assembly := "RepChain.jar"
|
||
|
|
||
|
// 这个作用是在打包的时候,跳过测试
|
||
|
test in assembly := {}
|