Skip to content

Commit

Permalink
Bump Gradle wrapper config
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 19, 2025
1 parent 6f37955 commit 4e53900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ tasks {
}

wrapper {
gradleVersion = "8.11.1"
gradleVersion = "8.12"
distributionType = Wrapper.DistributionType.BIN
// https://gradle.org/release-checksums/
distributionSha256Sum = "f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6"
distributionSha256Sum = "7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03"
}
}

0 comments on commit 4e53900

Please sign in to comment.