Parcourir la source

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio il y a 2 ans
Parent
commit
44c9bd050f
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      build.gradle

+ 8 - 1
build.gradle

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