mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
build: bump to Gradle 7.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
cdb72b7789
commit
19248c3a30
3 changed files with 9 additions and 6 deletions
|
@ -25,9 +25,9 @@ internal fun Project.configureForRootProject() {
|
|||
// register task for cleaning the build directory in the root project
|
||||
tasks.register<Delete>("clean") { delete(rootProject.buildDir) }
|
||||
tasks.withType<Wrapper> {
|
||||
gradleVersion = "6.8.3"
|
||||
gradleVersion = "7.0"
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
distributionSha256Sum = "9af5c8e7e2cd1a3b0f694a4ac262b9f38c75262e74a9e8b5101af302a6beadd7"
|
||||
distributionSha256Sum = "81003f83b0056d20eedf48cddd4f52a9813163d4ba185bcf8abd34b8eeea4cbd"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue