Disable JavaFmt on compile

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2021-04-21 14:27:19 +05:30
parent 241be1631c
commit d3d5296ccd
No known key found for this signature in database
GPG Key ID: 0D2CE231A7287EBC

View File

@ -23,6 +23,7 @@ scalacOptions ++= List(
)
javacOptions += "-g:none"
compileOrder := CompileOrder.JavaThenScala
javafmtOnCompile := false
assembly / mainClass := Some("lc.LCFramework")
Compile / run / mainClass := Some("lc.LCFramework")
assembly / assemblyJarName := "LibreCaptcha.jar"