Unverified Commit 521a201e authored by Shing Lyu's avatar Shing Lyu Committed by GitHub
Browse files

docs: update JDK version requirement (#329)



* docs: update JDK version requirement

* fix: stick with JDK 11

Co-authored-by: default avatarShing Lyu <shinglyu@amazon.nl>
Co-authored-by: default avatarRussell Cohen <rcoh@amazon.com>
parent a7bba453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ name: CI

env:
  rust_version: 1.51.0
  java_version: 14
  java_version: 11

jobs:
  style:
+1 −1
Original line number Diff line number Diff line
@@ -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.