Skip to content

Commit d5ab850

Browse files
committed
Remove wrapper config
1 parent 6e84eb9 commit d5ab850

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,3 @@ subprojects {
202202
task("clean", type = Delete::class) {
203203
delete(rootProject.buildDir)
204204
}
205-
206-
tasks.wrapper {
207-
distributionType = Wrapper.DistributionType.ALL
208-
209-
doLast {
210-
val sha256 = URL("$distributionUrl.sha256").openStream()
211-
.use { it.reader().readText().trim() }
212-
213-
file("gradle/wrapper/gradle-wrapper.properties")
214-
.appendText("distributionSha256Sum=$sha256")
215-
}
216-
}

0 commit comments

Comments
 (0)