1 Star 0 Fork 137

LittleRain/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 := {}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scala
1
https://gitee.com/zhbchn/repchain.git
[email protected]:zhbchn/repchain.git
zhbchn
repchain
RepChain
master

搜索帮助