Use lazy val's in sbt build (#1016)
This commit is contained in:
parent
9b00480828
commit
98d479f89f
31 changed files with 244 additions and 271 deletions
|
|
@ -17,7 +17,7 @@ import com.typesafe.config.ConfigFactory
|
|||
import sbt.ConsoleLogger
|
||||
|
||||
class ProjectFileIgnoreSupport(ignoreConfigFile: File, descriptor: String) {
|
||||
private val stdoutLogger = ConsoleLogger(System.out)
|
||||
private lazy val stdoutLogger = ConsoleLogger(System.out)
|
||||
|
||||
private val javaSourceDirectories = Set("java", Jdk9.JAVA_SOURCE_DIRECTORY, Jdk9.JAVA_TEST_SOURCE_DIRECTORY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue