This commit is contained in:
Julien Sirocchi 2018-08-07 10:26:56 +01:00
parent ad346f529a
commit bb49018c52
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