Skip to content

Commit

Permalink
Update README with build instructions (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aastha25 authored Aug 25, 2022
1 parent 3690b7d commit 37c4cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,12 @@ Build:
./gradlew build
```

Please note that this project requires Java `1.8.0_151` or higher.
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 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 build
```
There are known issues with Java `1.8.291`. Kindly refrain from using this subversion. To recover from build issues, do a fresh checkout and build this project using a different Java subversion.

## How to Use
The project under the directory [`transportable-udfs-examples`](transportable-udfs-examples) is a standalone Gradle project
Expand Down

0 comments on commit 37c4cf2

Please sign in to comment.