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
|
## Compiling the Java library
|
||||||
|
|
||||||
- Run `./gradlew build -x test` in the root of the project
|
- Run `mvn install` in the root of the project
|
||||||
- The compiled Java library can be found under the `build` directory
|
- The compiled Java library can be found under the `target`directory
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.github.nintha</groupId>
|
<groupId>com.github.nintha</groupId>
|
||||||
<artifactId>webp-imageio-core</artifactId>
|
<artifactId>webp-imageio-core</artifactId>
|
||||||
<version>0.1.1</version>
|
<version>0.1.2</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
Reference in New Issue
Block a user