mirror of https://github.com/sbt/sbt.git
Merge pull request #729 from dwijnand/remove-build-load-warning
Enable reflective class in the hackaround of tweakedScriptedTask
This commit is contained in:
commit
39c7708297
|
|
@ -39,6 +39,7 @@ object Aliases {
|
|||
}
|
||||
|
||||
def tweakedScriptedTask = Def.inputTask {
|
||||
import scala.language.reflectiveCalls
|
||||
|
||||
val args = ScriptedPlugin
|
||||
.asInstanceOf[{
|
||||
|
|
|
|||
Loading…
Reference in New Issue