File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,7 @@ compileTestKotlin {
27
27
kotlinOptions. jvmTarget = " 1.8"
28
28
}
29
29
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
+ }
Original file line number Diff line number Diff line change 1
1
# 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
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
- rootProject. name = ' dbtest'
1
+ plugins {
2
+ id(" com.gradle.enterprise" ). version(" 3.1.1" )
3
+ }
2
4
5
+ rootProject. name = ' dbtest'
You can’t perform that action at this time.
0 commit comments