Explorar o código

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio %!s(int64=2) %!d(string=hai) anos
pai
achega
44c9bd050f
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  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'
+	}
+}