Loading CHANGELOG.next.toml +6 −1 Original line number Diff line number Diff line Loading @@ -10,3 +10,8 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false } # author = "rcoh" [[smithy-rs]] message = "Upgrade to Gradle 7. This change is not a breaking change, however, users of smithy-rs will need to switch to JDK 17" references = ["smithy-rs#1411", "smithy-rs#1167"] meta = { "breaking" = false, "tada" = true, "bug" = false } author = "rcoh" README.md +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ The latest unreleased SDK build can be found in [aws-sdk-rust/next](https://gith Setup ----- 1. `./gradlew` will setup gradle for you. JDK 11 is required. 1. `./gradlew` will setup gradle for you. JDK 17 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 aws/sdk-codegen/build.gradle.kts +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { kotlin("jvm") jacoco maven `maven-publish` } Loading codegen-server/build.gradle.kts +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { kotlin("jvm") maven `maven-publish` } Loading codegen-server/python/build.gradle.kts +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { kotlin("jvm") maven `maven-publish` } Loading Loading
CHANGELOG.next.toml +6 −1 Original line number Diff line number Diff line Loading @@ -10,3 +10,8 @@ # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false } # author = "rcoh" [[smithy-rs]] message = "Upgrade to Gradle 7. This change is not a breaking change, however, users of smithy-rs will need to switch to JDK 17" references = ["smithy-rs#1411", "smithy-rs#1167"] meta = { "breaking" = false, "tada" = true, "bug" = false } author = "rcoh"
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ The latest unreleased SDK build can be found in [aws-sdk-rust/next](https://gith Setup ----- 1. `./gradlew` will setup gradle for you. JDK 11 is required. 1. `./gradlew` will setup gradle for you. JDK 17 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
aws/sdk-codegen/build.gradle.kts +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { kotlin("jvm") jacoco maven `maven-publish` } Loading
codegen-server/build.gradle.kts +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { kotlin("jvm") maven `maven-publish` } Loading
codegen-server/python/build.gradle.kts +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat plugins { kotlin("jvm") maven `maven-publish` } Loading