Skip to content

Commit

Permalink
Gradle 8.0.1 (cashapp#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzh authored Feb 22, 2023
1 parent a7ac4d8 commit 8f30e36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gradle.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ version "7.6" {
version "8.0-rc-2" {
}

version "8.0.1" {
}

# Checksum reference: https://gradle.org/release-checksums/.
sha256sums = {
"https://services.gradle.org/distributions/gradle-6.7-bin.zip": "8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4",
"https://services.gradle.org/distributions/gradle-6.8.3-bin.zip": "7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205",
Expand All @@ -45,5 +49,6 @@ sha256sums = {
"https://services.gradle.org/distributions/gradle-7.4.2-bin.zip": "29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda",
"https://services.gradle.org/distributions/gradle-7.5-bin.zip": "cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2",
"https://services.gradle.org/distributions/gradle-7.6-bin.zip": "7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b",
"https://services.gradle.org/distributions/gradle-8.0-rc-2-bin.zip": "28ebe9afc20564bcdc39bfe36f6b60a373e40be2c3c307a0028b545b8ccf6ba0"
"https://services.gradle.org/distributions/gradle-8.0-rc-2-bin.zip": "28ebe9afc20564bcdc39bfe36f6b60a373e40be2c3c307a0028b545b8ccf6ba0",
"https://services.gradle.org/distributions/gradle-8.0.1-bin.zip": "1b6b558be93f29438d3df94b7dfee02e794b94d9aca4611a92cdb79b6b88e909"
}

0 comments on commit 8f30e36

Please sign in to comment.