|
1 |
| -import sbt.Keys._ |
2 |
| -import sbt._ |
3 |
| -import complete.DefaultParsers._ |
4 | 1 | import java.io.File
|
5 |
| -import java.nio.channels.FileLock |
6 | 2 | import java.nio.file._
|
7 |
| -import java.util.Calendar |
8 |
| - |
9 |
| -import scala.reflect.io.Path |
10 | 3 |
|
| 4 | +import Modes._ |
| 5 | +import com.typesafe.sbt.pgp.PgpKeys |
| 6 | +import com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys |
| 7 | +import sbt.Keys._ |
| 8 | +import sbt._ |
| 9 | +import complete.DefaultParsers._ |
| 10 | +import pl.project13.scala.sbt.JmhPlugin |
| 11 | +import pl.project13.scala.sbt.JmhPlugin.JmhKeys.Jmh |
| 12 | +import sbt.Package.ManifestAttributes |
| 13 | +import sbt.ScriptedPlugin.autoImport._ |
11 | 14 | import xerial.sbt.pack.PackPlugin
|
12 | 15 | import xerial.sbt.pack.PackPlugin.autoImport._
|
13 | 16 |
|
14 |
| -import sbt.Package.ManifestAttributes |
15 |
| - |
16 | 17 | import dotty.tools.sbtplugin.DottyPlugin.autoImport._
|
17 | 18 | import dotty.tools.sbtplugin.DottyIDEPlugin.{ prepareCommand, runProcess }
|
18 | 19 | import dotty.tools.sbtplugin.DottyIDEPlugin.autoImport._
|
19 | 20 |
|
20 |
| -import com.typesafe.sbt.pgp.PgpKeys |
21 |
| - |
22 |
| -import pl.project13.scala.sbt.JmhPlugin |
23 |
| -import JmhPlugin.JmhKeys.Jmh |
24 |
| - |
25 |
| -import sbt.ScriptedPlugin.autoImport._ |
26 |
| - |
27 |
| -import xerial.sbt.pack.PackPlugin.packSettings |
28 |
| -import xerial.sbt.pack.PackPlugin.autoImport._ |
29 |
| - |
30 |
| -import com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys |
31 |
| - |
32 |
| -import Modes._ |
33 |
| - |
34 | 21 | /* In sbt 0.13 the Build trait would expose all vals to the shell, where you
|
35 | 22 | * can use them in "set a := b" like expressions. This re-exposes them.
|
36 | 23 | */
|
|
0 commit comments