Add gradle task to unzip amalgamations to local build
directory
#101
Labels
enhancement
New feature or request
build
directory
#101
current build process is that of:
sqlite-jdbc
library/driver/sqlite3mc
cklib
compiles nativelyThis 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 thatcklib
can compile things.The text was updated successfully, but these errors were encountered: