mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-11-29 18:28:27 +08:00
fix #I24SG1
This commit is contained in:
parent
32afea160b
commit
9606b3bb5a
@ -97,4 +97,8 @@ assemblyMergeStrategy in assembly := {
|
||||
oldStrategy(x)
|
||||
}
|
||||
|
||||
mainClass in (Compile, packageBin) := Some("rep.app.Repchain_Single")
|
||||
fork in run := true
|
||||
javaOptions in run ++= Seq("-Dlogback.configurationFile=conf/logback.xml")
|
||||
|
||||
mainClass in (Compile, run) := Some("rep.app.Repchain")
|
||||
mainClass in packageBin := Some("rep.app.Repchain_Single")
|
Loading…
Reference in New Issue
Block a user