File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change 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
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
55zipStorePath =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+ }
24
5+ rootProject. name = ' dbtest'
You can’t perform that action at this time.
0 commit comments