Skip to content

Commit ec8034f

Browse files
committed
fix: build java using maven not gradle
1 parent db9a4eb commit ec8034f

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
-1 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/4.10/gc.properties

Whitespace-only changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ cmake .. -G "Visual Studio 16 2019"
9595

9696
## Compiling the Java library
9797

98-
- Run `./gradlew build -x test` in the root of the project
99-
- The compiled Java library can be found under the `build` directory
98+
- Run `mvn install` in the root of the project
99+
- The compiled Java library can be found under the `target`directory
100100

101101

102102

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.nintha</groupId>
88
<artifactId>webp-imageio-core</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.2</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)