summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-07-17 16:45:52 +0200
committerMiguel <m.i@gmx.at>2018-07-17 16:45:52 +0200
commit3ba4a2942680c02b1c76c7734374920bcbba468f (patch)
tree3926bdb5491704841a0aeeeab26e1ff1d7bb8ec2
parent58235f1ce0c3166de4fca8e3801318fa2482a06f (diff)
fix terms of service to kotlin config format (DSL)
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 6242c88..40a21de 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -24,6 +24,6 @@ application {
}
buildScan {
- termsOfServiceUrl = "https://gradle.com/terms-of-service"
- termsOfServiceAgree = "yes"
+ setTermsOfServiceUrl("https://gradle.com/terms-of-service")
+ setTermsOfServiceAgree("yes")
}