mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 14:33:20 -05:00
Reformat with scalafmt 3.3.1
This commit is contained in:
parent
3122206ff7
commit
ff9462e9bc
@ -30,7 +30,7 @@ Compile / run / mainClass := Some("lc.LCFramework")
|
||||
assembly / assemblyJarName := "LibreCaptcha.jar"
|
||||
|
||||
ThisBuild / assemblyMergeStrategy := {
|
||||
case PathList("module-info.class") => MergeStrategy.discard
|
||||
case PathList("module-info.class") => MergeStrategy.discard
|
||||
case x if x.endsWith("/module-info.class") => MergeStrategy.discard
|
||||
case x =>
|
||||
val oldStrategy = (ThisBuild / assemblyMergeStrategy).value
|
||||
|
Loading…
Reference in New Issue
Block a user