commit | 5fdfd0cae0abaa89a26fa0015d31b6d369b32777 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <Jimexist@users.noreply.github.com> | Mon May 09 10:52:26 2022 +0800 |
committer | GitHub <noreply@github.com> | Sun May 08 22:52:26 2022 -0400 |
tree | ae1bd2b82fb2b6949c26a514eccdb00c2178b4c6 | |
parent | 891c521528beb57fef0c362f535e3e355b52cd1c [diff] [blame] |
THRIFT-5580: refactor kotlin cross tests (#2600) refactor kotlin cross test to: * use proper cli framework, * add more transport/protocol cases
diff --git a/lib/kotlin/gradle.properties b/lib/kotlin/gradle.properties index 0cba9be..ab47fb9 100644 --- a/lib/kotlin/gradle.properties +++ b/lib/kotlin/gradle.properties
@@ -21,3 +21,4 @@ httpclientVersion=4.5.13 logbackVersion=1.3.0-alpha14 kotlinxCoroutinesJdk8Version=1.6.1 +cliktVersion=3.4.2