We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a4eb commit ec8034fCopy full SHA for ec8034f
.gradle/4.10/fileChanges/last-build.bin
-1 Bytes
.gradle/4.10/fileHashes/fileHashes.lock
-17 Bytes
.gradle/4.10/gc.properties
README.md
@@ -95,8 +95,8 @@ cmake .. -G "Visual Studio 16 2019"
95
96
## Compiling the Java library
97
98
-- Run `./gradlew build -x test` in the root of the project
99
-- 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
100
101
102
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.github.nintha</groupId>
8
<artifactId>webp-imageio-core</artifactId>
9
- <version>0.1.1</version>
+ <version>0.1.2</version>
10
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments