current build process is that of:
- build
sqlite-jdbc
- amalgamations are then copied to
library/driver/sqlite3mc
cklib compiles natively
This will blow up version control. Need to setup a gradle task to download the amalgamations to root project build directory, which then get unzipped to the project module's build directory at build time so that cklib can compile things.