commit | 628023c273d203fc5a38c47f4eaeeb3c9295ef70 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu@hey.com> | Wed Jul 05 08:32:55 2023 +0000 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Sun Aug 20 17:28:52 2023 -0700 |
tree | 7de1070c1406f1fcb02664db1fdce706671f01e9 | |
parent | fd60a9a3a167154fdb1b9f10685197a6f469a52f [diff] |
fix gradle format
diff --git a/lib/kotlin/cross-test-client/build.gradle.kts b/lib/kotlin/cross-test-client/build.gradle.kts index 579d01e..b370a40 100644 --- a/lib/kotlin/cross-test-client/build.gradle.kts +++ b/lib/kotlin/cross-test-client/build.gradle.kts
@@ -70,7 +70,7 @@ task<Exec>("compileThrift") { val thriftBin = if (hasProperty("thrift.compiler")) { - file(property("thrift.compiler")) + file(property("thrift.compiler")!!) } else { project.rootDir.resolve("../../compiler/cpp/thrift") }