Skip to content

Commit f1f5a41

Browse files
committed
upgrade to gradle 6.1.1
1 parent c7801be commit f1f5a41

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

examples/kotlin/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ compileTestKotlin {
2727
kotlinOptions.jvmTarget = "1.8"
2828
}
2929

30-
buildScan { termsOfServiceUrl = "https://gradle.com/terms-of-service"; termsOfServiceAgree = "yes" }
30+
buildScan {
31+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
32+
termsOfServiceAgree = "yes"
33+
}

examples/kotlin/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Sat Jan 25 10:45:34 EST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

examples/kotlin/settings.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
rootProject.name = 'dbtest'
1+
plugins {
2+
id("com.gradle.enterprise").version("3.1.1")
3+
}
24

5+
rootProject.name = 'dbtest'

0 commit comments

Comments
 (0)