diff --git a/.gradle/4.10/fileChanges/last-build.bin b/.gradle/4.10/fileChanges/last-build.bin deleted file mode 100644 index f76dd23..0000000 Binary files a/.gradle/4.10/fileChanges/last-build.bin and /dev/null differ diff --git a/.gradle/4.10/fileHashes/fileHashes.lock b/.gradle/4.10/fileHashes/fileHashes.lock deleted file mode 100644 index 63f5096..0000000 Binary files a/.gradle/4.10/fileHashes/fileHashes.lock and /dev/null differ diff --git a/.gradle/4.10/gc.properties b/.gradle/4.10/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index a51bc1a..3903220 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index 1b3798d..bde8c93 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.nintha webp-imageio-core - 0.1.1 + 0.1.2 UTF-8