Skip to content

Commit

Permalink
fix: build java using maven not gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
nintha committed Sep 6, 2019
1 parent db9a4eb commit ec8034f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed .gradle/4.10/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/4.10/fileHashes/fileHashes.lock
Binary file not shown.
Empty file removed .gradle/4.10/gc.properties
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ec8034f

Please sign in to comment.