mirror of https://github.com/sbt/sbt.git
Use lazy val
This commit is contained in:
parent
06a09b03dd
commit
515993498d
|
|
@ -218,6 +218,6 @@ object SysProp {
|
|||
baseCache.getAbsoluteFile / "v1"
|
||||
}
|
||||
|
||||
val sbtCredentialsEnv: Option[Credentials] =
|
||||
lazy val sbtCredentialsEnv: Option[Credentials] =
|
||||
sys.env.get("SBT_CREDENTIALS").map(raw => new FileCredentials(new File(raw)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue