mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
37 stars 33 forks source link

SQL-58: Create JDBC fat jar #30

Closed huan-Mongo closed 4 years ago

huan-Mongo commented 4 years ago

This adds a gradle option shadowJar to generate a fat Jar which includes all the dependencies

huan-Mongo commented 4 years ago

Fat jar is published here.https://oss.sonatype.org/service/local/repositories/snapshots/content/org/mongodb/mongodb-jdbc/1.0.0-SNAPSHOT/mongodb-jdbc-1.0.0-20200528.171201-85-all.jar

rychipman commented 4 years ago

great! can we still cut another beta release, so that it's accessible via maven too? (that's how looker will access the jar)

huan-Mongo commented 4 years ago

Sure, will do that.