fix: build java using maven not gradle

This commit is contained in:
ninthakeey 2019-09-06 23:56:28 +08:00
parent db9a4eb34e
commit ec8034f65c
5 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
<groupId>com.github.nintha</groupId>
<artifactId>webp-imageio-core</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>