Skip to content

Commit f7e7189

Browse files
author
y
committed
u
1 parent 3fef0e5 commit f7e7189

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
val gradle_version = "7.0"
2-
31
buildscript {
42
extra.apply {
53
set("grpcVersion", "+")
6-
set("kotlinVersion", "1.5.0-RC")
4+
set("kotlinVersion", "1.5.0")
75
}
86

97
repositories {
@@ -19,6 +17,6 @@ plugins{
1917
}
2018

2119
tasks.wrapper {
22-
gradleVersion = gradle_version
20+
gradleVersion = "7.0.2"
2321
distributionType = Wrapper.DistributionType.ALL
2422
}

0 commit comments

Comments
 (0)