linkedin / transport

A framework for writing performant user-defined functions (UDFs) that are portable across a variety of engines including Apache Spark, Apache Hive, and Presto.
BSD 2-Clause "Simplified" License
291 stars 72 forks source link

publishing tar file for transportable-udfs-trino-plugin #135

Closed yiqiangin closed 1 year ago

yiqiangin commented 1 year ago

Test locally with the command: ./gradlew publishToMavenLocal and verify the tar file is published to the local Maven repo

weijiii commented 1 year ago

Thanks. Does it not collide with the javaLibrary publication?

yiqiangin commented 1 year ago

Thanks. Does it not collide with the javaLibrary publication?

I guess not, as those jars are published successfully in my test