Skip to content

Commit

Permalink
Make java and python build requirement more clear in README (#486)
Browse files Browse the repository at this point in the history
* make java and python build requirement more clear

* Update README.md

* bold

* Update README.md
  • Loading branch information
KevinGe00 authored Jan 31, 2024
1 parent 26cb90c commit 1fa2a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ git clone https://github.com/linkedin/coral.git

Build:

**Please note that this project requires Python 3 and Java 8 to run.** Set `JAVA_HOME` to the home of an appropriate version and then use:

```bash
./gradlew clean build
```

Please note that this project requires Python 3 and 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:

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
```
Expand Down

0 comments on commit 1fa2a10

Please sign in to comment.