Compare commits

...
Author SHA1 Message Date
Vojtech Novak da65b27f92 fix IOException in BuildCodegenCLITask 2024-11-28 16:55:40 +01:00
@@ -39,7 +39,7 @@ abstract class BuildCodegenCLITask : Exec() {
}
override fun exec() {
val logfile = "${project.layout.buildDirectory}/build-cli.log"
val logfile = "${project.layout.buildDirectory.getAsFile().get()}/build-cli.log"
File(logfile).apply {
parentFile.mkdirs()
if (exists()) {