Skip to content

Commit

Permalink
Add Java version requirement in README (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfgem authored Apr 17, 2023
1 parent c064c03 commit 0b57792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Build:
./gradlew clean build
```

Please note that this project requires Java 8 to run. Either set `JAVA_HOME` to the home of an appropriate version and then use `./gradlew clean build` as described above, or set the `org.gradle.java.home` gradle property to the Java home of an appropriate version as below:

```bash
./gradlew -Dorg.gradle.java.home=/path/to/java/home clean build
```

## Contributing

The project is under active development and we welcome contributions of different forms.
Expand Down

0 comments on commit 0b57792

Please sign in to comment.