Ver código fonte

Accept gradle Terms of Service

Issue gh-94
Marcus Da Coregio 2 anos atrás
pai
commit
44c9bd050f
1 arquivos alterados com 8 adições e 1 exclusões
  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'
+	}
+}