Skip to content

deleet/couchbase-lite-java

 
 

Repository files navigation

This is a "portable java" version of the Couchbase Lite.

To see how this fits into the overall architecture, see the Couchbase Lite Project Structure.

Get the code

$ git clone <this repo>
$ git submodule init && git submodule update

Build and test

$ ./gradlew clean && ./gradlew build
$ ./gradlew test

Package the library

$ ./gradlew distZip

Note: The packaged file will be located at build/distributions.

About

Portable java version of Couchbase Lite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published