Merge pull request #729 from dwijnand/remove-build-load-warning

Enable reflective class in the hackaround of tweakedScriptedTask
This commit is contained in:
Alexandre Archambault 2018-01-09 17:22:16 +01:00 committed by GitHub
commit 39c7708297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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[{