Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent 8285bc8 commit 5f34f2d
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.4"
gradleVersion = "8.10.1"
distributionType = Wrapper.DistributionType.BIN
// https://gradle.org/release-checksums/
distributionSha256Sum = "3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae"
distributionSha256Sum = "1541fa36599e12857140465f3c91a97409b4512501c26f9631fb113e392c5bd1"
}
}

0 comments on commit 5f34f2d

Please sign in to comment.