Merge pull request #4306 from sirocchj/fix-4236

Fixes #4236
This commit is contained in:
eugene yokota 2018-09-16 02:57:09 -04:00 committed by GitHub
commit 6b6c52b2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ import Keys._
import Project._
object ScriptedPlugin extends AutoPlugin {
// Force Log4J to not use a thread context classloader otherwise it throws a CCE
sys.props(org.apache.logging.log4j.util.LoaderUtil.IGNORE_TCCL_PROPERTY) = "true"
object autoImport {
val ScriptedConf = Configurations.config("scripted-sbt") hide
val ScriptedLaunchConf = Configurations.config("scripted-sbt-launch") hide