CORDA-742 PR #1951 Fixed compilation error

This commit is contained in:
Mat Rizzo 2017-10-26 16:55:25 +01:00 committed by mat-rizzo-r3
parent ee3106fd5a
commit cc03804701

View File

@ -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) }
}