Unverified Commit edb13945 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Upgrade to Gradle 7 (#1411)

* Upgrade to Gradle 7

* Document the upgrade and update changelogs
parent 5b493500
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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.

+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
plugins {
    kotlin("jvm")
    jacoco
    maven
    `maven-publish`
}

+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat

plugins {
    kotlin("jvm")
    maven
    `maven-publish`
}

+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat

plugins {
    kotlin("jvm")
    maven
    `maven-publish`
}

Loading