Today I was [partially] able to build the master branch of the github repo [
https://github.com/xerial/sqlite-jdbc ]; I edited the version in both pom.xml and VERSION to say "3.17.0", then did "make clean" and "make".
At the end of it all, the build declared success [including watching it successfully compile all the native libs in dockers], but when I looked in the created jar, there were no native libraries.
Any suggestions of where I'd look to diagnose this?
... alternatively, is a build of 3.17 coming to
https://bitbucket.org/xerial/sqlite-jdbc/downloads/ anytime soon? It has some features that I specifically desire for my project
Thanks!
Gary