summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-07-17 16:42:46 +0200
committerMiguel <m.i@gmx.at>2018-07-17 16:42:46 +0200
commit1d0df304f36026fc57b984047c03ce7acc7e51d3 (patch)
tree5f84228fa4e249a9640212513edeaa19d9175440
parent4e59600e77f0d4ea575d2364a5db7acd2cd03d97 (diff)
activate this gay scans
-rw-r--r--build.gradle.kts6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 112110d..1b855ce 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -22,5 +22,7 @@ application {
mainClassName = "HelloKt"
}
-
-
+buildScan {
+ termsOfServiceUrl = "https://gradle.com/terms-of-service"
+ termsOfServiceAgree = "yes"
+}