Commit 65310ece authored by 赵威's avatar 赵威

add assembly

parent bcf083fc
......@@ -61,4 +61,8 @@ scalacOptions in ThisBuild ++= Seq(
)
mainClass in assembly := Some("Main")
assemblyJarName in assembly := s"tryFlink.jar"
assemblyMergeStrategy in assembly := {
case PathList("META-INF", xs @ _*) => MergeStrategy.discard
case x => MergeStrategy.first
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment