Skip to content

Commit

Permalink
docs: update JDK version requirement (#329)
Browse files Browse the repository at this point in the history
* docs: update JDK version requirement

* fix: stick with JDK 11

Co-authored-by: Shing Lyu <[email protected]>
Co-authored-by: Russell Cohen <[email protected]>
  • Loading branch information
3 people authored Apr 26, 2021
1 parent a7bba45 commit 521a201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI

env:
rust_version: 1.51.0
java_version: 14
java_version: 11

jobs:
style:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The nightly SDK build can be found under `Actions -> CI (take latest run) -> Art
**All internal and external interfaces are considered unstable and subject to change without notice.**

## Setup
1. `./gradlew` will setup gradle for you. JDK >= 14 is required.
1. `./gradlew` will setup gradle for you. JDK 11 is required.
2. Running tests requires a working Rust installation. See [Rust docs](https://www.rust-lang.org/learn/get-started) for
installation instructions on your platform. Minimum supported Rust version is the latest released Rust version, although older versions may work.

Expand Down

0 comments on commit 521a201

Please sign in to comment.