fix: build java using maven not gradle
This commit is contained in:
parent
db9a4eb34e
commit
ec8034f65c
Binary file not shown.
Binary file not shown.
@ -95,8 +95,8 @@ cmake .. -G "Visual Studio 16 2019"
|
||||
|
||||
## Compiling the Java library
|
||||
|
||||
- Run `./gradlew build -x test` in the root of the project
|
||||
- The compiled Java library can be found under the `build` directory
|
||||
- Run `mvn install` in the root of the project
|
||||
- The compiled Java library can be found under the `target`directory
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user