Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 76d4658

Browse files
author
hideki
committed
Fixed build.gradle for Java to adapt latest forestdb
1 parent 80f6d08 commit 76d4658

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build-java.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ model {
265265
"vendor/cbforest/vendor/forestdb/src/avltree.cc",
266266
"vendor/cbforest/vendor/forestdb/src/bgflusher.cc",
267267
"vendor/cbforest/vendor/forestdb/src/blockcache.cc",
268+
"vendor/cbforest/vendor/forestdb/src/breakpad_dummy.cc",
268269
"vendor/cbforest/vendor/forestdb/src/btree.cc",
269270
"vendor/cbforest/vendor/forestdb/src/btree_fast_str_kv.cc",
270271
"vendor/cbforest/vendor/forestdb/src/btree_kv.cc",
@@ -288,8 +289,8 @@ model {
288289
"vendor/cbforest/vendor/forestdb/src/iterator.cc",
289290
"vendor/cbforest/vendor/forestdb/src/kv_instance.cc",
290291
"vendor/cbforest/vendor/forestdb/src/list.cc",
291-
"vendor/cbforest/vendor/forestdb/src/snapshot.cc",
292292
"vendor/cbforest/vendor/forestdb/src/staleblock.cc",
293+
"vendor/cbforest/vendor/forestdb/src/superblock.cc",
293294
"vendor/cbforest/vendor/forestdb/src/transaction.cc",
294295
"vendor/cbforest/vendor/forestdb/src/version.cc",
295296
"vendor/cbforest/vendor/forestdb/src/wal.cc",

0 commit comments

Comments
 (0)