commit | a4e1136541fe4c092f5f88ad43b335827897f371 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu@hey.com> | Wed Jul 05 08:32:55 2023 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Jul 16 10:55:25 2023 +0200 |
tree | 0d6c7ff95a46cecbe2f2ba33002f110b51adf026 | |
parent | 8a5a440b71d78de2d22c3d47f25c75fe4928f1ca [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") }