Skip to content

Commit

Permalink
Move imports to the file top
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Sep 18, 2019
1 parent 1172a1d commit faf11cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Path.rebase
import java.time.LocalDate
import java.time.format.DateTimeFormatter

javacOptions ++= Seq("-source", "1.8")

Expand Down Expand Up @@ -327,8 +329,6 @@ additionalPlugins := {
}
}

import java.time.LocalDate
import java.time.format.DateTimeFormatter
upgradeZip := {
val log = streams.value.log
val ver = equellaVersion.value
Expand Down

0 comments on commit faf11cf

Please sign in to comment.