Issue gh-94
@@ -20,4 +20,11 @@ allprojects {
}
-}
+}
+
+if (hasProperty('buildScan')) {
+ buildScan {
+ termsOfServiceUrl = 'https://gradle.com/terms-of-service'
+ termsOfServiceAgree = 'yes'
+ }