commit | 6c002b61e591b712fca2713eefd3e99c5782bb21 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <Jimexist@users.noreply.github.com> | Sat May 07 00:40:03 2022 +0800 |
committer | GitHub <noreply@github.com> | Fri May 06 12:40:03 2022 -0400 |
tree | 3c3bb2423982531edd4721a1c76b6723754a0a30 | |
parent | 53ec08228a14130909d4dd6fc2c98f47a09d76b0 [diff] [blame] |
THRIFT-5571: add metadata map building to kotlin generator (#2584)
diff --git a/lib/kotlin/Makefile.am b/lib/kotlin/Makefile.am index 6a99628..f57fc33 100644 --- a/lib/kotlin/Makefile.am +++ b/lib/kotlin/Makefile.am
@@ -22,7 +22,7 @@ all-local: $(GRADLE) $(GRADLE_OPTS) assemble \ -Pthrift.version=$(PACKAGE_VERSION) \ - -Pthrift.compiler=$(THRIFT) \ + -Pthrift.compiler=$(THRIFT) \ --console=plain clean-local: