File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
objectbox-java/src/main/java/io/objectbox/flatbuffers Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ to avoid conflicts with FlatBuffers generated Java code from users of this libra
6
6
Current version: see ` Constants.java ` .
7
7
8
8
Copy a different version using the script in ` scripts\update-flatbuffers.sh ` .
9
+ It expects FlatBuffers source files in the ` ../flatbuffers ` directory (e.g. check out
10
+ the desired FlatBuffers tag from https://github.com/google/flatbuffers next to this repo).
11
+ The Java library is expected in ` objectbox-java ` , e.g. run the script from the root of this repo.
9
12
10
13
## Licensing
11
14
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -euo pipefail
3
3
4
+ # Expects FlatBuffers source files in the `../flatbuffers` directory,
5
+ # the Java library in `objectbox-java`, e.g. run this from the root of this repo.
6
+
4
7
script_dir=$( dirname " $( readlink -f " $0 " ) " )
5
8
cd " ${script_dir} /.." # move to project root dir or exit on failure
6
9
echo " Running in directory: $( pwd) "
You can’t perform that action at this time.
0 commit comments