mirror of
https://github.com/sbt/sbt.git
synced 2026-08-28 17:13:56 +02:00
* move TrapExit, SelectMainClass to run module * rearrange some compilation-related code * Jetty-related code moved to web module
8 lines
128 B
Scala
8 lines
128 B
Scala
package sbt
|
|
|
|
object CompileOptions
|
|
{
|
|
val Deprecation = "-deprecation"
|
|
val Unchecked = "-unchecked"
|
|
val Verbose = "-verbose"
|
|
} |