237 Star 605 Fork 128

GVP区块链技术与应用联合实验室 / RepChain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
assembly.sbt 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
zyf 提交于 2020-11-17 17:22 . assembly时,标识mainClass
// put this at the top of the file
// 这个是打包之后jar包的名字
assemblyJarName in assembly := "RepChain.jar"
//mainClass in assembly := Some("rep.app.Repchain")
// 这个作用是在打包的时候,跳过测试
test in assembly := {}
Scala
1
https://gitee.com/BTAJL/repchain.git
git@gitee.com:BTAJL/repchain.git
BTAJL
repchain
RepChain
master

搜索帮助