mirror of
https://github.com/corda/corda.git
synced 2025-03-11 06:54:04 +00:00
CORDA-742 PR #1951 Fixed compilation error
This commit is contained in:
parent
ee3106fd5a
commit
cc03804701
@ -224,6 +224,6 @@ open class Cordform : DefaultTask() {
|
||||
}
|
||||
}
|
||||
}
|
||||
private fun logFile(): Path = this.logDirectory().resolve("generate-info.log")
|
||||
private fun Node.logFile(): Path = this.logDirectory().resolve("generate-info.log")
|
||||
private fun ProcessBuilder.addEnvironment(key: String, value: String) = this.apply { environment().put(key, value) }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user