commit | c0caad213f19ee9d39f51d69f5332a94b76b2bad | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu@hey.com> | Wed Jul 05 08:32:55 2023 +0000 |
committer | Jiayu Liu <jiayu@hey.com> | Wed Jul 05 08:32:55 2023 +0000 |
tree | c9d8c1c1f755872dabf237ec3c8002b8e150722a | |
parent | d108ced484a68322dcc8c852b12c9995976ebaa2 [diff] [blame] |
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") }