Skip to content

Add gradle task to unzip amalgamations to local build directory #101

@05nelsonm

Description

@05nelsonm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions