build: переход на Gradle Kotlin DSL
This commit is contained in:
4
build.gradle.kts
Normal file
4
build.gradle.kts
Normal file
@@ -0,0 +1,4 @@
|
||||
tasks.withType<Wrapper> {
|
||||
gradleVersion = "8.10"
|
||||
distributionType = Wrapper.DistributionType.BIN
|
||||
}
|
||||
Reference in New Issue
Block a user