mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +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"
|
|
} |