aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-01-16 13:48:33 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-01-16 13:48:33 +0000
commitada8e769780fbaa3294e36a732c8711790155ae3 (patch)
tree75f0bff5813e47eb5c997b2a4ff79c7c340cfa6f /build.sc
parent4d00bf26798ea328e9483c2140b45cfdd6fafe04 (diff)
downloadspacebeans-ada8e769780fbaa3294e36a732c8711790155ae3.tar.gz
spacebeans-ada8e769780fbaa3294e36a732c8711790155ae3.zip
Don't format on compile
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sc b/build.sc
index 83a7087..1afcfbd 100644
--- a/build.sc
+++ b/build.sc
@@ -53,11 +53,5 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo {
object test extends Tests with TestModule.ScalaTest with ScalafmtModule {
def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.10")
-
- override def compile =
- T {
- reformat().apply()
- super.compile()
- }
}
}