Enable reflective class in the hackaround of tweakedScriptedTask

This commit is contained in:
Dale Wijnand 2018-01-05 17:52:14 +00:00
parent b8ca5438c9
commit 7953cc4d67
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ object Aliases {
}
def tweakedScriptedTask = Def.inputTask {
import scala.language.reflectiveCalls
val args = ScriptedPlugin
.asInstanceOf[{