mirror of https://github.com/sbt/sbt.git
Enable reflective class in the hackaround of tweakedScriptedTask
This commit is contained in:
parent
b8ca5438c9
commit
7953cc4d67
|
|
@ -39,6 +39,7 @@ object Aliases {
|
|||
}
|
||||
|
||||
def tweakedScriptedTask = Def.inputTask {
|
||||
import scala.language.reflectiveCalls
|
||||
|
||||
val args = ScriptedPlugin
|
||||
.asInstanceOf[{
|
||||
|
|
|
|||
Loading…
Reference in New Issue