mirror of https://github.com/sbt/sbt.git
Fixes #4236
This commit is contained in:
parent
ad346f529a
commit
bb49018c52
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue