mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Define local Scripted plugin keys in Global scope
This commit is contained in:
@@ -13,11 +13,10 @@ object ScriptedPlugin extends sbt.AutoPlugin {
|
||||
}
|
||||
|
||||
import autoImport._
|
||||
import Scripted._
|
||||
override def projectSettings = Seq(
|
||||
|
||||
override def globalSettings = super.globalSettings ++ Seq(
|
||||
scriptedBufferLog := true,
|
||||
scriptedPrescripted := { _ =>
|
||||
}
|
||||
scriptedPrescripted := { _ => },
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user