Loading .github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ name: CI env: rust_version: 1.51.0 java_version: 14 java_version: 11 jobs: style: Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
.github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ name: CI env: rust_version: 1.51.0 java_version: 14 java_version: 11 jobs: style: Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading